Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
HACK: Makefile: work around broken DESTDIR usage
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <[email protected]>
  • Loading branch information
koenkooi committed Jan 25, 2016
1 parent 928b4cd commit bf54c40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PREFIX=$(DESTDIR)/usr

# Pathnames for this package...
BIN=$(PREFIX)/bin
DESTBIN=/usr/bin
SHAREZJS=$(PREFIX)/share/foo2zjs
SHAREOAK=$(PREFIX)/share/foo2oak
SHAREHP=$(PREFIX)/share/foo2hp
Expand Down Expand Up @@ -1034,7 +1035,7 @@ install-hotplug-osx:

install-filter:
if [ "$(CUPS_SERVERBIN)" != "" ]; then \
ln -sf $(BIN)/command2foo2lava-pjl $(CUPS_SERVERBIN)/filter/; \
ln -sf $(DESTBIN)/command2foo2lava-pjl $(CUPS_SERVERBIN)/filter/; \
fi

CUPSDCONF=/etc/cups/cupsd.conf
Expand Down

0 comments on commit bf54c40

Please sign in to comment.