aboutsummaryrefslogtreecommitdiffstats
path: root/cad/scv/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'cad/scv/files/patch-Makefile.in')
-rw-r--r--cad/scv/files/patch-Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/scv/files/patch-Makefile.in b/cad/scv/files/patch-Makefile.in
new file mode 100644
index 000000000000..ad5a65902ee8
--- /dev/null
+++ b/cad/scv/files/patch-Makefile.in
@@ -0,0 +1,12 @@
+--- Makefile.in.orig Sun Feb 12 16:36:40 2006
++++ Makefile.in Tue Dec 19 09:12:09 2006
+@@ -483,8 +483,7 @@
+
+ @actual_install@ : scv_config.h
+ ${copyFiles} . ${includedir}/scv scv_config.h
+- for f in ${TEXTDOCS}; do cp ${srcdir}/$$f ${prefix}/$$f.scv; done
+- for f in ${TEXTDOCS}; do chmod u+w ${prefix}/$$f.scv; done
++ for f in ${TEXTDOCS}; do ${INSTALL_DATA} ${srcdir}/$$f ${prefix}/$$f.scv; done
+
+ uninstall : uninstall-recursive
+ for f in ${TEXTDOCS}; do rm -f ${prefix}/$$f.scv; done