mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:16:00 +01:00
Fix 'make install' command
Add missing DESKTOPPREFIX variable Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com> Signed-off-by: Sebastian Ramacher <s.ramacher@gmx.at>
This commit is contained in:
parent
bd458048c3
commit
8abe3d96d5
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ VERSION = 0.0.8.1
|
||||||
# paths
|
# paths
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
MANPREFIX ?= ${PREFIX}/share/man
|
MANPREFIX ?= ${PREFIX}/share/man
|
||||||
|
DESKTOPPREFIX ?= ${PREFIX}/share/applications
|
||||||
|
|
||||||
# libs
|
# libs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue