diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 02:50:06 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 02:50:06 +0000 |
commit | 3b181618ce75eb4009c6fe00b0679c7213afcd23 (patch) | |
tree | 217d1fc436741af15f8185b28a007c5bd103bb9c /repo | |
parent | 1d64b325a53bb82fae773fb37aad8cb285f1e552 (diff) |
fixed rsync
Diffstat (limited to 'repo')
-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 } |