CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wget: disabled rpath. Thanks j_v
[crossrootfs.git] / bash / Pkgfile
index 8a4fdb764d56bb5bc860e14b2f628a0b2b9b1155..90c6a7adf2d7e3cdf36fb5af2bceae39c3ccafe2 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.2.42
+version=4.3.42
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ \
         $name-$version.patch.gz profile)
@@ -43,9 +43,6 @@ EOF
 
   make 
   install -D -m 755 bash $PKG/bin/bash
-  install -D -m 644 doc/bash.1 $PKG/usr/man/man1/bash.1
+  install -D -m 644 doc/bash.1 $PKG/usr/share/man/man1/bash.1
   install -D -m 644 $SRC/profile $PKG/etc/profile
-
-  ln -s bash $PKG/bin/sh
-  ln -s bash.1 $PKG/usr/man/man1/sh.1
 }