diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-08-15 20:57:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-08-15 20:57:44 +0000 |
commit | 662e0bbae6b270dcc693711921c6917072923822 (patch) | |
tree | ebf63095cfdafd292aba294e4487a6878330ba50 /graphics/geomview/files/patch-ak | |
parent | Add japanese/ruby-kakasi, KAKASI module for Ruby. (diff) |
Don't install stuff group-writable when it doesnt need to be.
Reviewed by: fenner (maintainer)
Notes
Notes:
svn path=/head/; revision=31674
Diffstat (limited to 'graphics/geomview/files/patch-ak')
-rw-r--r-- | graphics/geomview/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/geomview/files/patch-ak b/graphics/geomview/files/patch-ak new file mode 100644 index 000000000000..45b561cc7128 --- /dev/null +++ b/graphics/geomview/files/patch-ak @@ -0,0 +1,11 @@ +--- src/bin/geomview/x11/Makefile.obj.orig Tue Aug 15 03:42:07 2000 ++++ src/bin/geomview/x11/Makefile.obj Tue Aug 15 03:42:14 2000 +@@ -23,7 +23,7 @@ + # "geomview" script expects it in the former location. + install_bin: gvx + ${INSTALL} -O -v -F ${GEOM}/bin/${MACHTYPE} gvx +- ( cd ${GEOM}/bin/${MACHTYPE} ; chmod 775 gvx ) ++ ( cd ${GEOM}/bin/${MACHTYPE} ; chmod 755 gvx ) + + ${COMMON_OBJS} : + rm -f $@ ${@:o=c} |