[Lunar-commits] <moonbase> Revert "gzip: move it to /usr"
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Mon Apr 30 12:35:10 CEST 2012
commit 7d31a5a976cf2dd8e40f1302ee182d8173af562a
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Mon Apr 30 12:35:10 2012 +0200
Revert "gzip: move it to /usr"
This reverts commit 47851c02a6a994dab5f7293b0ffd72e367f92818.
---
archive/gzip/BUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/archive/gzip/BUILD b/archive/gzip/BUILD
index 3525bca..0180ad0 100644
--- a/archive/gzip/BUILD
+++ b/archive/gzip/BUILD
@@ -1,11 +1,12 @@
(
- default_build &&
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --bindir=/bin \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ $OPTS &&
- # 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
+ default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list