Skip to content

Commit 07e05fe

Browse files
committed
Don't try to install-hotplug-osx on all UNAME's
Gbp-Pq: Name 0022-Don-t-try-to-install-hotplug-osx-on-all-UNAME-s.patch
1 parent f3a1b24 commit 07e05fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,9 @@ install-hotplug-prog:
10631063
$(USBDIR)/hplj1000 install-usblp
10641064

10651065
install-hotplug-osx:
1066+
ifeq ($(UNAME),Darwin)
10661067
cd osx-hotplug; $(MAKE) PREFIX=$(PREFIX) install-hotplug
1068+
endif
10671069

10681070
install-filter:
10691071
if [ "$(CUPS_SERVERBIN)" != "" ]; then \
@@ -1526,7 +1528,9 @@ man-icc2ps:
15261528
cd icc2ps; $(MAKE) man
15271529

15281530
man-osx-hotplug:
1531+
ifeq ($(UNAME),Darwin)
15291532
cd osx-hotplug; $(MAKE) man
1533+
endif
15301534

15311535
.1in.1:
15321536
-rm -f $*.1

0 commit comments

Comments
 (0)