added chmod to Init files since many installed systems break w/o it.
authorJohn A. Kunze <jak@ucbvax.Berkeley.EDU>
Sat, 12 Sep 1987 05:05:31 +0000 (21:05 -0800)
committerJohn A. Kunze <jak@ucbvax.Berkeley.EDU>
Sat, 12 Sep 1987 05:05:31 +0000 (21:05 -0800)
SCCS-vsn: usr.bin/learn/Makefile 4.7

usr/src/usr.bin/learn/Makefile

index 1670d0b..534779c 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    4.6     (Berkeley)      %G%
+#      @(#)Makefile    4.7     (Berkeley)      %G%
 #
 # Flag BSD4_2 means 4.2 or later.
 CFLAGS=        -O -DBSD4_2
 #
 # Flag BSD4_2 means 4.2 or later.
 CFLAGS=        -O -DBSD4_2
@@ -36,6 +36,7 @@ install: FRC
        install -s -o bin -g bin -m 755 learn ${LLIB}/learn
        install -s -o bin -g bin -m 755 lrntee ${LLIB}/lrntee
        install -s -o bin -g bin -m 755 lcount ${LLIB}/lcount
        install -s -o bin -g bin -m 755 learn ${LLIB}/learn
        install -s -o bin -g bin -m 755 lrntee ${LLIB}/lrntee
        install -s -o bin -g bin -m 755 lcount ${LLIB}/lcount
+       chmod 755 ${LLIB}/../*/Init
 
 lint: FRC
        lint ${CFLAGS} ${SRCS}
 
 lint: FRC
        lint ${CFLAGS} ${SRCS}