mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
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…
Add table
Reference in a new issue