diff options
author | kraxel <kraxel> | 2007-08-21 16:28:49 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-08-21 16:28:49 +0000 |
commit | 1407b1fba20dbe480bf8f4189417c233608a30f8 (patch) | |
tree | aa44392284b45cc28ae80b502556730e62666b7a /mk | |
parent | db83190c043f8c65db8db8a51c5a49f8af91d92f (diff) | |
download | amtterm-1407b1fba20dbe480bf8f4189417c233608a30f8.tar.gz |
fix buffering bug; add desktop file
Diffstat (limited to 'mk')
-rw-r--r-- | mk/Variables.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mk/Variables.mk b/mk/Variables.mk index d1c7c5f..88844b4 100644 --- a/mk/Variables.mk +++ b/mk/Variables.mk @@ -6,8 +6,11 @@ DESTDIR = srcdir ?= . prefix ?= /usr/local bindir = $(DESTDIR)$(prefix)/bin -mandir = $(DESTDIR)$(prefix)/share/man -locdir = $(DESTDIR)$(prefix)/share/locale +libdir = $(DESTDIR)$(prefix)/$(LIB) +shrdir = $(DESTDIR)$(prefix)/share +mandir = $(shrdir)/man +locdir = $(shrdir)/locale +appdir = $(shrdir)/applications # package + version empty := |