summaryrefslogtreecommitdiff
path: root/graphics/geomview/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/geomview/files/patch-aj')
-rw-r--r--graphics/geomview/files/patch-aj14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/geomview/files/patch-aj b/graphics/geomview/files/patch-aj
new file mode 100644
index 000000000000..226be7e22233
--- /dev/null
+++ b/graphics/geomview/files/patch-aj
@@ -0,0 +1,14 @@
+--- ./src/bin/flythrough/Makefile.orig Tue Aug 15 03:39:22 2000
++++ ./src/bin/flythrough/Makefile Tue Aug 15 03:39:30 2000
+@@ -15,9 +15,9 @@
+ installdata:
+ case ${INSTALL} in ..*) install=../${INSTALL} ;; *) install=${INSTALL} ;; esac; \
+ cd data; \
+- $$install -O -v -m 664 -F ${GEOM}/../data/geom \
++ $$install -O -v -m 644 -F ${GEOM}/../data/geom \
+ flythrough_diagram.gv dodec.vect ; \
+- $$install -O -v -m 664 -F ${GEOM}/../data/groups *.?.gv *.tlist
++ $$install -O -v -m 644 -F ${GEOM}/../data/groups *.?.gv *.tlist
+
+
+ SED = sed \