Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/groff Work around problem with "groff2netbsd" not p...



details:   https://anonhg.NetBSD.org/src/rev/3ecf282b029e
branches:  trunk
changeset: 517412:3ecf282b029e
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Nov 12 16:44:10 2001 +0000

description:
Work around problem with "groff2netbsd" not preserving execute permission.
(Change "mkinstalldirs" invocation to use "sh makeinstalldirs".)

diffstat:

 gnu/dist/groff/Makefile.in |  2 +-
 gnu/dist/groff/configure   |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 5919b02fad07 -r 3ecf282b029e gnu/dist/groff/Makefile.in
--- a/gnu/dist/groff/Makefile.in        Mon Nov 12 16:32:25 2001 +0000
+++ b/gnu/dist/groff/Makefile.in        Mon Nov 12 16:44:10 2001 +0000
@@ -231,7 +231,7 @@
 top_builddir=@top_builddir@
 
 # the program to create directory hierarchies
-mkinstalldirs=$(top_srcdir)/mkinstalldirs
+mkinstalldirs=sh $(top_srcdir)/mkinstalldirs
 
 PURIFY=purify
 PURIFYCCFLAGS=
diff -r 5919b02fad07 -r 3ecf282b029e gnu/dist/groff/configure
--- a/gnu/dist/groff/configure  Mon Nov 12 16:32:25 2001 +0000
+++ b/gnu/dist/groff/configure  Mon Nov 12 16:44:10 2001 +0000
@@ -2860,7 +2860,7 @@
 fi
 echo "$ac_t""$tmac_wrap" 1>&6
 
-$srcdir/mkinstalldirs src/xditview
+sh $srcdir/mkinstalldirs src/xditview
 trap '' 1 2 15
 cat > confcache <<\EOF
 # This file is a shell script that caches the results of configure



Home | Main Index | Thread Index | Old Index