mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 21:26:01 +01:00
fix DESKTOPPREFIX
This commit is contained in:
parent
06486f0074
commit
9362c92a05
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue