Looks like I removed a line accidentally for the configure phase.

--HG--
extra : convert_revision : 4554d5b18761b54653785df10117fda04d88ac42
This commit is contained in:
Juan RP 2008-10-29 05:34:57 +01:00
parent 087e6ae23d
commit 2680b4827d
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@ bash_distver=3.2
version=$bash_distver.039 version=$bash_distver.039
wrksrc=$pkgname-$bash_distver wrksrc=$pkgname-$bash_distver
distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$bash_distver.tar.gz" distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$bash_distver.tar.gz"
LD_LIBRARY_PATH="$XBPS_MASTERDIR/usr/lib"
build_style=gnu_configure build_style=gnu_configure
configure_args="--without-bash-malloc --with-curses configure_args="--without-bash-malloc --with-curses
--bindir=$XBPS_DESTDIR/$pkgname-$version/bin" --bindir=$XBPS_DESTDIR/$pkgname-$version/bin"

View File

@ -795,6 +795,7 @@ configure_src_phase()
fi fi
cd $wrksrc || bye 1 cd $wrksrc || bye 1
set_build_vars
# #
# Packages using GNU autoconf # Packages using GNU autoconf