fix DESKTOPPREFIX

This commit is contained in:
Sebastian Ramacher 2011-05-27 10:34:42 +02:00
parent 10152ae392
commit 89e8ebdc69

View file

@ -6,7 +6,7 @@ VERSION = 0.0.8.3
# paths
PREFIX ?= /usr
MANPREFIX ?= ${PREFIX}/share/man
DESKTOPPREFIX ?= ${PREFIX}/share/desktop
DESKTOPPREFIX ?= ${PREFIX}/share/applications
# libs
GTK_INC = $(shell pkg-config --cflags gtk+-2.0 poppler-glib)