Passing --prefix=/ is redundant, just use an empty value.
--HG-- extra : convert_revision : 314499d7133bee4bd805c379061afb0a382eb260
This commit is contained in:
parent
d1e72a822e
commit
9447f6f738
1 changed files with 1 additions and 1 deletions
2
xbps.sh
2
xbps.sh
|
@ -692,7 +692,7 @@ configure_src_phase()
|
||||||
if [ -z "$base_package" ]; then
|
if [ -z "$base_package" ]; then
|
||||||
_prefix=/usr
|
_prefix=/usr
|
||||||
else
|
else
|
||||||
_prefix=/
|
_prefix=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue