Update patch/configure script for update version.

This commit is contained in:
angelos 1999-05-04 22:38:05 +00:00
parent 463908e3f8
commit cbad9d4fff
3 changed files with 2 additions and 11 deletions

View File

@ -1,9 +0,0 @@
--- Makefile.old Tue Jun 9 02:56:03 1998
+++ Makefile Tue Jun 9 19:20:29 1998
@@ -281,5 +281,5 @@
cp xevil $(PREFIX)/bin
mkdir -p $(PREFIX)/lib/app-defaults
for f in iris mac sun3 sun4_sparc; do cp app-defaults/XEvil.$$f $(PREFIX)/lib/app-defaults/; done
- gzip -9 <xevil.6 >$(PREFIX)/man/man6/xevil.6.gz
+ install -c -m 444 -o bin -g bin xevil.6 $(PREFIX)/man/man6/xevil.6

View File

@ -3,4 +3,4 @@ lib/app-defaults/XEvil.iris
lib/app-defaults/XEvil.mac
lib/app-defaults/XEvil.sun3
lib/app-defaults/XEvil.sun4_sparc
man/man6/xevil.6.gz
man/man6/xevil.6

View File

@ -11,7 +11,7 @@ install:
mkdir -p \$(PREFIX)/lib/app-defaults
for f in iris mac sun3 sun4_sparc; do \
cp app-defaults/XEvil.\$\$f \$(PREFIX)/lib/app-defaults/; done
gzip -9 <xevil.6 >\$(PREFIX)/man/man6/xevil.6.gz
install -c -m 444 -o bin -g bin xevil.6 \$(PREFIX)/man/man6/xevil.6
END