CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: updated to 4.4.18
[ports/core-arm.git] / bash / Pkgfile
index fb0bf526743f66327cd2a4bed516fbc2e84c05e1..4c4766947cbcbc0c79f2b395fa75784e6b816dd5 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.3.42
+version=4.4.18
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
         $name-$version.patch.gz profile)
@@ -18,16 +18,12 @@ build() {
   ./configure --prefix=/usr \
               --build=arm-unknown-linux-gnueabihf \
               --exec-prefix= \
-              --mandir=/usr/man \
               --disable-nls \
               --with-curses \
               --with-installed-readline
   make -j1
 
   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
 }