DESTDIR is the standard name, not PKG_ROOT
This commit is contained in:
parent
5244e175e8
commit
3de6b5d90b
1 changed files with 2 additions and 2 deletions
|
|
@ -12,12 +12,12 @@
|
||||||
|
|
||||||
# Locale files
|
# Locale files
|
||||||
|
|
||||||
LOCALE_PREFIX=$(PKG_ROOT)$(PREFIX)/share/locale
|
LOCALE_PREFIX=$(DESTDIR)$(PREFIX)/share/locale
|
||||||
|
|
||||||
|
|
||||||
# IM files
|
# IM files
|
||||||
|
|
||||||
IM_PREFIX=$(PKG_ROOT)$(PREFIX)/share/tuxpaint/im
|
IM_PREFIX=$(DESTDIR)$(PREFIX)/share/tuxpaint/im
|
||||||
|
|
||||||
|
|
||||||
# A default target, in case someone tries using this makefile directly...
|
# A default target, in case someone tries using this makefile directly...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue