Don't set DESTDIR via configure.
DESTDIR ought to be set via option passed to 'make install'.
This commit is contained in:
parent
4e5449535a
commit
fef5939ab1
4 changed files with 2 additions and 42 deletions
|
|
@ -27,7 +27,7 @@ LOCKFILE=@LOCKFILE@
|
|||
#GROUPOWNER=games
|
||||
GROUPOWNER=@GROUPOWNER@
|
||||
|
||||
DESTDIR=@DESTDIR@
|
||||
DESTDIR=
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue