mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
helpers/python-module: set prefix to /usr.
--HG-- extra : convert_revision : 2d0ddde369fa4f4e69a183e9ee7a41beb7cb50be
This commit is contained in:
parent
7d5610ad5e
commit
a267c68cbb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
do_install()
|
||||
{
|
||||
if [ -z "$make_install_args" ]; then
|
||||
make_install_args="--prefix=usr --root=$DESTDIR"
|
||||
make_install_args="--prefix=/usr --root=$DESTDIR"
|
||||
fi
|
||||
|
||||
cd ${wrksrc} || return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue