diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-05-07 09:52:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-05-07 09:52:37 +0000 |
commit | 770fb0efd0ee5908362b6e5c13502396bbdc6b2c (patch) | |
tree | 146b1afb4ff5396bea577ab3aa43622ed95ba9ea /emulators/mtools/files/patch-a | |
parent | Don't throw away OS version number, some scripts need it. Pick up (diff) |
vanilla just barely beat me on upgrading this.
Merging parts of my upgrade.
Notes
Notes:
svn path=/head/; revision=10894
Diffstat (limited to 'emulators/mtools/files/patch-a')
-rw-r--r-- | emulators/mtools/files/patch-a | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/mtools/files/patch-a b/emulators/mtools/files/patch-a index d34f8800fff5..a6ee9294aa94 100644 --- a/emulators/mtools/files/patch-a +++ b/emulators/mtools/files/patch-a @@ -1,5 +1,5 @@ ---- Makefile.in.orig Wed May 6 21:57:14 1998 -+++ Makefile.in Wed May 6 21:59:13 1998 +--- Makefile.in.orig Thu May 7 02:49:14 1998 ++++ Makefile.in Thu May 7 02:49:48 1998 @@ -102,7 +102,7 @@ xdf_io.c mkmanifest.c @@ -14,13 +14,13 @@ @$(top_srcdir)/mkinstalldirs $(bindir) @for j in $(SCRIPTS) ; do \ - $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ -+ install -o bin -g bin -m 755 $(srcdir)/scripts/$$j $(bindir)/$$j ; \ ++ $(BSD_INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ echo $(bindir)/$$j ; \ done - rm -f $(bindir)/lz - $(LN_S) uz $(bindir)/lz -+# rm -f $(bindir)/lz -+# $(LN_S) uz $(bindir)/lz ++ #rm -f $(bindir)/lz ++ #$(LN_S) uz $(bindir)/lz install-man: @$(top_srcdir)/mkinstalldirs $(MAN1DIR) |