aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/xdf/files/patch-Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/misc/xdf/files/patch-Makefile b/misc/xdf/files/patch-Makefile
index dde4d56b5468..090309cc12e3 100644
--- a/misc/xdf/files/patch-Makefile
+++ b/misc/xdf/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Nov 13 05:06:28 2002
-+++ Makefile Thu Jan 16 04:47:43 2003
+--- Makefile.orig Wed Nov 13 14:06:28 2002
++++ Makefile Wed Jul 9 17:04:06 2003
@@ -7,9 +7,7 @@
# on Linux systems "make ; make install" (run as superuser) should do everything
#
@@ -20,3 +20,12 @@
SOURCES.h =
SOURCES.c =
SOURCES.G =
+@@ -110,7 +108,7 @@
+ install:
+ cp $(PROGRAM) $(INSTALLPATH)
+ cd $(INSTALLPATH)
+- chown root.bin $(PROGRAM)
++ chown root:bin $(PROGRAM)
+ chmod 755 $(PROGRAM)
+
+ run: