From 17de392e72df77eaf0a1056c1e86fc62373ff44b Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Fri, 15 Sep 2000 11:29:18 +0000 Subject: Install files with correct perms (0664->0644) Approved by: Maintainer --- comms/xcept/files/patch-ad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'comms/xcept') diff --git a/comms/xcept/files/patch-ad b/comms/xcept/files/patch-ad index c4cc79a2183c..f751e4f067eb 100644 --- a/comms/xcept/files/patch-ad +++ b/comms/xcept/files/patch-ad @@ -1,5 +1,5 @@ ---- /dev/null Sun Sep 1 12:14:31 1996 -+++ lib/Makefile Sun Sep 1 14:33:06 1996 +--- lib/Makefile.orig Thu Sep 14 18:10:53 2000 ++++ lib/Makefile Thu Sep 14 18:12:13 2000 @@ -0,0 +1,14 @@ +# +# Makefile for scripts @@ -13,5 +13,5 @@ + +install: + mkdir -p $(DEST) -+ install -c -m 0664 $(SCRIPTS) $(DEST) ++ install -c -m 0644 $(SCRIPTS) $(DEST) + chmod 755 $(DEST)/ZDF.pl $(DEST)/xcept.pl -- cgit v1.2.3