summaryrefslogtreecommitdiff
path: root/net/openradius/files/patch-Rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/openradius/files/patch-Rules.mk')
-rw-r--r--net/openradius/files/patch-Rules.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/openradius/files/patch-Rules.mk b/net/openradius/files/patch-Rules.mk
new file mode 100644
index 000000000000..718e523747fc
--- /dev/null
+++ b/net/openradius/files/patch-Rules.mk
@@ -0,0 +1,15 @@
+--- Rules.mk.orig Thu Mar 31 10:55:15 2005
++++ Rules.mk Thu Mar 31 10:55:43 2005
+@@ -69,12 +69,7 @@
+ $(CMD_INSTBIN)
+ $(INST) $(TGT_SBIN) -m 750 -d $(DIR_SBIN)
+ $(CMD_INSTSBIN)
+-ifeq ($(wildcard $(DIR_ETC)/*),)
+- $(INST) $(TGT_ETC) -m 644 -d $(DIR_ETC)
+ $(CMD_INSTETC)
+-else
+- @echo Configuration directory $(DIR_ETC) already present -- skipping
+-endif
+ $(INST) $(TGT_LIB) -m 750 -d $(DIR_LIB)
+ $(CMD_INSTLIB)
+ @echo