summaryrefslogtreecommitdiff
path: root/repo/core/rsync.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-09 02:50:06 +0000
committerdavidovski <david@davidovski.xyz>2022-01-09 02:50:06 +0000
commit3b181618ce75eb4009c6fe00b0679c7213afcd23 (patch)
tree217d1fc436741af15f8185b28a007c5bd103bb9c /repo/core/rsync.xibuild
parent1d64b325a53bb82fae773fb37aad8cb285f1e552 (diff)
fixed rsync
Diffstat (limited to 'repo/core/rsync.xibuild')
-rw-r--r--repo/core/rsync.xibuild1
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
}