summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-at
blob: 46bbf3a78aef3b2d6dba6f34e9deb27ece5c767f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-at,v 1.13 2014/06/07 07:34:05 wiz Exp $

Don't create directories, do that with OWN_DIRS and OWN_DIRS_PERMS

--- scheduler/Makefile.orig	2013-05-29 11:51:34.000000000 +0000
+++ scheduler/Makefile
@@ -146,6 +146,8 @@ install:	all install-data install-header
 #
 
 install-data:
+
+install-dirs:
 	echo Creating $(SERVERBIN)/driver...
 	$(INSTALL_DIR) -m 755 $(SERVERBIN)/driver
 	echo Creating $(SERVERROOT)...