pkgfs.sh: fix configure_src_phase::configure_args paths.
--HG-- extra : convert_revision : aadd57402fda4def956aa7ebf50261747e4a524f
This commit is contained in:
parent
15935a89d1
commit
d9b394647c
1 changed files with 2 additions and 2 deletions
4
pkgfs.sh
4
pkgfs.sh
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue