diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-01-19 02:36:20 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-01-19 02:36:20 +0000 |
commit | 34b7aeef1aa351a979166c9bffd724ec59a77551 (patch) | |
tree | d27422ccdba806ce088814c2de1b8e2e16088012 /math/wingz | |
parent | Update TLS and take off '\' on last MASTER_SITE. (diff) |
Use a safer file mode (666 -> 644)
Notes
Notes:
svn path=/head/; revision=37314
Diffstat (limited to 'math/wingz')
-rw-r--r-- | math/wingz/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/wingz/files/patch-aa b/math/wingz/files/patch-aa index a99578336c64..cbf1b0cb8dfd 100644 --- a/math/wingz/files/patch-aa +++ b/math/wingz/files/patch-aa @@ -35,6 +35,6 @@ + pax -w Wingz |(cd ${PREFIX}/lib/X11; pax -r) + cp Wingz.sh ${PREFIX}/bin/Wingz + cp Wingz/Wingz.Xdefs ${PREFIX}/lib/X11/app-defaults/Wingz -+ install -m 666 /dev/null ${PREFIX}/lib/X11/Wingz/.wingz ++ install -m 644 /dev/null ${PREFIX}/lib/X11/Wingz/.wingz + + |