CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
which: updated to 2.21 and updated mandir
authorVictor Martinez <pitillo@ono.com>
Mon, 16 Nov 2015 08:17:29 +0000 (08:17 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 16 Nov 2015 08:17:29 +0000 (08:17 +0000)
which/.footprint
which/.md5sum
which/Pkgfile

index 90d183ea6314c24b94d744fd779d6d852c94553c..95c64952cab2ad9902b34e93bee41d238153f15b 100644 (file)
@@ -1,6 +1,7 @@
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/which
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/which.1.gz
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man1/
+-rw-r--r--     root/root       usr/share/man/man1/which.1.gz
index 6e1301b2980fb8a256a2769b8ba71a8c3faa1e79..4b6d13d6f0b2703985e07238c52cebeb77cd1cbd 100644 (file)
@@ -1 +1 @@
-95be0501a466e515422cde4af46b2744  which-2.20.tar.gz
+097ff1a324ae02e0a3b0369f07a7544a  which-2.21.tar.gz
index 297ec1d5877a94ce12517cd9ae95ae4547abcb43..04a60b976651b6c548bb280eb40e6a9364ba9b1d 100644 (file)
@@ -4,17 +4,16 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=which
-version=2.20
-release=1
+version=2.21
+release=2
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr \
-              --mandir=/usr/man
+              --prefix=/usr
   make
   make DESTDIR=$PKG install
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/info
 }