pkgfs.sh: fix configure_src_phase::configure_args paths.

--HG--
extra : convert_revision : aadd57402fda4def956aa7ebf50261747e4a524f
This commit is contained in:
Juan RP 2008-10-13 00:14:51 +02:00
parent 15935a89d1
commit d9b394647c
1 changed files with 2 additions and 2 deletions

View File

@ -619,8 +619,8 @@ configure_src_phase()
#
./configure \
--prefix="$PKGFS_MASTERDIR" \
--mandir="$PKGFS_DESTDIR/$pkg/man" \
--infodir="$PKGFS_DESTDIR/$pkg/share/info" \
--mandir="$PKGFS_DESTDIR/$pkgname-$version/man" \
--infodir="$PKGFS_DESTDIR/$pkgname-$version/share/info" \
--sysconfdir="$PKGFS_SYSCONFDIR" \
${configure_args}