15 lines
428 B
Text
15 lines
428 B
Text
$NetBSD: patch-at,v 1.2 2015/09/05 13:03:22 jperkin Exp $
|
|
|
|
Don't create directories, do that with OWN_DIRS and OWN_DIRS_PERMS
|
|
|
|
--- scheduler/Makefile.orig 2011-05-11 22:17:34.000000000 +0000
|
|
+++ scheduler/Makefile
|
|
@@ -140,6 +140,8 @@ install: all install-data install-header
|
|
#
|
|
|
|
install-data:
|
|
+
|
|
+install-dirs:
|
|
echo Creating $(SERVERBIN)/driver...
|
|
$(INSTALL_DIR) -m 755 $(SERVERBIN)/driver
|
|
echo Creating $(SERVERROOT)...
|