[Lunar-commits] <moonbase> gzip: move it to /usr
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Apr 29 16:02:14 CEST 2012
commit 47851c02a6a994dab5f7293b0ffd72e367f92818
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Apr 29 16:02:14 2012 +0200
gzip: move it to /usr
---
archive/gzip/BUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/archive/gzip/BUILD b/archive/gzip/BUILD
index 0180ad0..3525bca 100644
--- a/archive/gzip/BUILD
+++ b/archive/gzip/BUILD
@@ -1,12 +1,11 @@
(
- ./configure --build=$BUILD \
- --prefix=/usr \
- --bindir=/bin \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- $OPTS &&
+ default_build &&
- default_make
+ # legacy links to /bin
+ for file in gunzip gzexe gzip zcat zcmp zdiff zegrep zfgrep zforce zgrep zless zmore znew
+ do
+ ln -sf {/usr,}/bin/$file
+ done
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list