diff options
author | davidovski <david@davidovski.xyz> | 2022-05-04 23:28:13 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-04 23:28:13 +0100 |
commit | 4c585ad54388285500fd18a6aaa516894e0f2c16 (patch) | |
tree | 756ab363c11ce8dec4d16e20885c5e422db4a92e /repo/system/sbase.xibuild | |
parent | 751b7f3d84515715d07d92a5aed78062bd39adff (diff) |
added xcatclock
Diffstat (limited to 'repo/system/sbase.xibuild')
-rw-r--r-- | repo/system/sbase.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/sbase.xibuild b/repo/system/sbase.xibuild index 35c4dfc..a380c9e 100644 --- a/repo/system/sbase.xibuild +++ b/repo/system/sbase.xibuild @@ -29,7 +29,7 @@ package () { make PREFIX=/usr DESTDIR=$PKG_DEST install # these are provided by other utils - for p in tar sed find xargs grep sort; do + for p in tar sed find xargs grep sort flock; do mv $PKG_DEST/usr/bin/$p $PKG_DEST/usr/bin/s$p mv $PKG_DEST/usr/share/man/man1/$p.1 $PKG_DEST/usr/share/man/man1/s$p.1 done |