]> Zhao Yanbai Git Server - minix.git/commitdiff
Install things as bin
authorBen Gras <ben@minix3.org>
Tue, 13 Sep 2005 14:02:21 +0000 (14:02 +0000)
committerBen Gras <ben@minix3.org>
Tue, 13 Sep 2005 14:02:21 +0000 (14:02 +0000)
commands/bzip2-1.0.3/Makefile

index 5cab26e2f6ad3fc419d2c1b9fbe58e9d508f0b25..0d0d4e9f089d80ede559772a94d87a38bc44ac68 100644 (file)
@@ -74,31 +74,31 @@ install: bzip2 bzip2recover
        if ( test ! -d $(PREFIX_MAN) ) ; then mkdir -p $(PREFIX_MAN) ; fi
        if ( test ! -d $(PREFIX_MAN)/man1 ) ; then mkdir -p $(PREFIX_MAN)/man1 ; fi
        if ( test ! -d $(PREFIX_INC) ) ; then mkdir -p $(PREFIX_INC) ; fi
-       cp -f bzip2 $(PREFIX_BIN)/bzip2
-       cp -f bzip2 $(PREFIX_BIN)/bunzip2
-       cp -f bzip2 $(PREFIX_BIN)/bzcat
-       cp -f bzip2recover $(PREFIX_BIN)/bzip2recover
+       install -o bin bzip2 $(PREFIX_BIN)/bzip2
+       install -o bin bzip2 $(PREFIX_BIN)/bunzip2
+       install -o bin bzip2 $(PREFIX_BIN)/bzcat
+       install -o bin bzip2recover $(PREFIX_BIN)/bzip2recover
        chmod a+x $(PREFIX_BIN)/bzip2
        chmod a+x $(PREFIX_BIN)/bunzip2
        chmod a+x $(PREFIX_BIN)/bzcat
        chmod a+x $(PREFIX_BIN)/bzip2recover
-       cp -f bzip2.1 $(PREFIX_MAN)/man1
+       install -o bin bzip2.1 $(PREFIX_MAN)/man1
        chmod a+r $(PREFIX_MAN)/man1/bzip2.1
-       cp -f bzlib.h $(PREFIX_INC)
+       install -o bin bzlib.h $(PREFIX_INC)
        chmod a+r $(PREFIX_INC)/bzlib.h
-       cp -f libbz2.a $(PREFIX_LIB)
+       install -o bin libbz2.a $(PREFIX_LIB)
        chmod a+r $(PREFIX_LIB)/libbz2.a
-       cp -f bzgrep $(PREFIX_BIN)/bzgrep
+       install -o bin bzgrep $(PREFIX_BIN)/bzgrep
        ln -f $(PREFIX_BIN)/bzgrep $(PREFIX_BIN)/bzegrep
        ln -f $(PREFIX_BIN)/bzgrep $(PREFIX_BIN)/bzfgrep
        chmod a+x $(PREFIX_BIN)/bzgrep
-       cp -f bzmore $(PREFIX_BIN)/bzmore
+       install -o bin bzmore $(PREFIX_BIN)/bzmore
        ln -f $(PREFIX_BIN)/bzmore $(PREFIX_BIN)/bzless
        chmod a+x $(PREFIX_BIN)/bzmore
-       cp -f bzdiff $(PREFIX_BIN)/bzdiff
+       install -o bin bzdiff $(PREFIX_BIN)/bzdiff
        ln -f $(PREFIX_BIN)/bzdiff $(PREFIX_BIN)/bzcmp
        chmod a+x $(PREFIX_BIN)/bzdiff
-       cp -f bzgrep.1 bzmore.1 bzdiff.1 $(PREFIX_MAN)/man1
+       install -o bin bzgrep.1 bzmore.1 bzdiff.1 $(PREFIX_MAN)/man1
        chmod a+r $(PREFIX_MAN)/man1/bzgrep.1
        chmod a+r $(PREFIX_MAN)/man1/bzmore.1
        chmod a+r $(PREFIX_MAN)/man1/bzdiff.1