diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-03-24 22:18:55 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-03-24 22:18:55 +0000 |
commit | 9dd83bc2d5475509a634767a0717e6b769480eeb (patch) | |
tree | 20d1fbc998e690ed920789b95c1f8e69e8fecc6a /app/xterm | |
parent | 008585f9610023bd0aa875558226294514f0a569 (diff) |
permit environment to over-ride DESTDIR like release(8) describes
ok matthieu@
Diffstat (limited to 'app/xterm')
-rw-r--r-- | app/xterm/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xterm/Makefile.in b/app/xterm/Makefile.in index 884c02aa7..c54c39714 100644 --- a/app/xterm/Makefile.in +++ b/app/xterm/Makefile.in @@ -71,7 +71,7 @@ appsdir = @appsdir@ #### End of system configuration section. #### -DESTDIR = +DESTDIR ?= BINDIR = $(DESTDIR)$(bindir) LIBDIR = $(DESTDIR)$(libdir) MANDIR = $(DESTDIR)$(mandir) |