mirror of
https://github.com/koenkooi/foo2zjs.git
synced 2026-01-22 11:44:49 +08:00
HACK: Makefile: work around broken DESTDIR usage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
928b4cd356
commit
bf54c4028b
3
Makefile
3
Makefile
@ -23,6 +23,7 @@ PREFIX=$(DESTDIR)/usr
|
|||||||
|
|
||||||
# Pathnames for this package...
|
# Pathnames for this package...
|
||||||
BIN=$(PREFIX)/bin
|
BIN=$(PREFIX)/bin
|
||||||
|
DESTBIN=/usr/bin
|
||||||
SHAREZJS=$(PREFIX)/share/foo2zjs
|
SHAREZJS=$(PREFIX)/share/foo2zjs
|
||||||
SHAREOAK=$(PREFIX)/share/foo2oak
|
SHAREOAK=$(PREFIX)/share/foo2oak
|
||||||
SHAREHP=$(PREFIX)/share/foo2hp
|
SHAREHP=$(PREFIX)/share/foo2hp
|
||||||
@ -1034,7 +1035,7 @@ install-hotplug-osx:
|
|||||||
|
|
||||||
install-filter:
|
install-filter:
|
||||||
if [ "$(CUPS_SERVERBIN)" != "" ]; then \
|
if [ "$(CUPS_SERVERBIN)" != "" ]; then \
|
||||||
ln -sf $(BIN)/command2foo2lava-pjl $(CUPS_SERVERBIN)/filter/; \
|
ln -sf $(DESTBIN)/command2foo2lava-pjl $(CUPS_SERVERBIN)/filter/; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CUPSDCONF=/etc/cups/cupsd.conf
|
CUPSDCONF=/etc/cups/cupsd.conf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user