CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prt-get: fixed release number to upstream
[ports/core-arm.git] / bash / Pkgfile
index eda57773250e924803ab1135ad40392955e3ba36..1f99646d7d2a09e3d50a3f22b75e993e46821ef9 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: ncurses readline
 
 name=bash
-version=4.2.20
+version=4.2.24
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
         $name-$version.patch.gz profile)
@@ -15,8 +15,8 @@ build() {
 
   gunzip -c $SRC/$name-$version.patch.gz | patch -p0
 
-  ./configure --build=arm-crux-linux-gnueabihf \
-              --prefix=/usr \
+  ./configure --prefix=/usr \
+              --build=arm-unknown-linux-gnueabihf \
               --exec-prefix= \
               --mandir=/usr/man \
               --disable-nls \