Don't set DESTDIR via configure.

DESTDIR ought to be set via option passed to 'make install'.
This commit is contained in:
John "Elwin" Edwards 2013-08-26 19:58:44 -07:00
parent 4e5449535a
commit fef5939ab1
4 changed files with 2 additions and 42 deletions

View file

@ -27,7 +27,7 @@ LOCKFILE=@LOCKFILE@
#GROUPOWNER=games
GROUPOWNER=@GROUPOWNER@
DESTDIR=@DESTDIR@
DESTDIR=
prefix=@prefix@
exec_prefix=@exec_prefix@
datarootdir=@datarootdir@