2016-01-21 23:42:40 +01:00

16 lines
428 B
Plaintext

$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)...