diff options
Diffstat (limited to 'repo/core/rsync.xibuild')
-rw-r--r-- | repo/core/rsync.xibuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/repo/core/rsync.xibuild b/repo/core/rsync.xibuild index 966dbee..0aa0313 100644 --- a/repo/core/rsync.xibuild +++ b/repo/core/rsync.xibuild @@ -9,7 +9,6 @@ DESC="A utility that provides fast incremental file transfer" build () { ./configure --prefix=/usr make - make check make DESTDIR=$PKG_DEST install } |