mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
build-style qmake: INSTALL_ROOT=${DESTDIR}
This commit is contained in:
parent
d4c963d537
commit
41557ca7fb
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ do_install() {
|
|||
: ${make_install_target:=install}
|
||||
|
||||
${make_cmd} STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} \
|
||||
INSTALL_ROOT=${DESTDIR}/usr ${make_install_args} ${make_install_target}
|
||||
INSTALL_ROOT=${DESTDIR} ${make_install_args} ${make_install_target}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue