diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-20 17:28:29 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-20 17:28:29 +0000 |
commit | 3e1d1668664ac67acb108e1d54bd55415e190564 (patch) | |
tree | f3560afec2f725f8597abced2be0255e040ae42e /cad/chipmunk/files/patch-aj | |
parent | Upgrade to 1.95.1, (diff) |
Make the share files' installation permission safe.
Diffstat (limited to '')
-rw-r--r-- | cad/chipmunk/files/patch-aj | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/cad/chipmunk/files/patch-aj b/cad/chipmunk/files/patch-aj index 8fa2c2f423fc..455815e7da3a 100644 --- a/cad/chipmunk/files/patch-aj +++ b/cad/chipmunk/files/patch-aj @@ -1,5 +1,5 @@ ---- until/V1.2/Makefile.orig Wed Sep 23 07:04:47 1998 -+++ until/V1.2/Makefile Mon Sep 20 07:01:56 1999 +--- until/V1.2/Makefile.orig Tue Sep 22 19:04:26 1998 ++++ until/V1.2/Makefile Tue Feb 20 14:20:29 2001 @@ -41,7 +41,8 @@ ## @@ -47,12 +47,20 @@ OBJS = bb_stuff.o cnf_stuff.o crt_stuff.o data_types.o datawalk.o \ dispmod.o ffman.o gr_stuff.o main.o mat_stuff.o menu.o menu_stuff.o \ -@@ -195,7 +196,7 @@ +@@ -195,11 +196,15 @@ ## Until as its moved to bin; non ksh-users may wish to change it back. install: until - cp until $(BINDIR)/Until + install -c -s until $(BINDIR)/Until cp pensps.map $(LIBDIR)/pensps.map ++ chmod 0444 $(LIBDIR)/pensps.map cp system.untilrc $(LIBDIR)/system.untilrc ++ chmod 0444 $(LIBDIR)/system.untilrc cp until.pro $(LIBDIR)/until.pro ++ chmod 0444 $(LIBDIR)/until.pro + cp until.ps $(LIBDIR)/until.ps ++ chmod 0444 $(LIBDIR)/until.ps + + + bb_stuff.o : bb_stuff.c bb_stuff.h |