| 1 |
--- man-1.6e/src/Makefile.in.chmod 2007-03-12 13:23:49.000000000 +0100
|
| 2 |
+++ man-1.6e/src/Makefile.in 2007-03-12 13:32:05.000000000 +0100
|
| 3 |
@@ -96,6 +96,8 @@
|
| 4 |
cp makewhatis.sh makewhatis.in
|
| 5 |
../conf_script makewhatis
|
| 6 |
chmod +x makewhatis
|
| 7 |
+ cat makewhatis |sed -e '1,+3d' >makewhatis.aux
|
| 8 |
+ mv makewhatis.aux makewhatis
|
| 9 |
|
| 10 |
MANCONFIG=$(DESTDIR)$(PREFIX)@man_config_file@
|
| 11 |
|
| 12 |
@@ -106,7 +108,7 @@
|
| 13 |
$(INSTALL) -c -m 755 whatis $(DESTDIR)$(PREFIX)@whatis@
|
| 14 |
$(INSTALL) -c -m 755 man2dvi $(DESTDIR)$(PREFIX)@man2dvi@
|
| 15 |
mkdir -p $(DESTDIR)$(PREFIX)@sbindir@
|
| 16 |
- $(INSTALL) -c -m 754 makewhatis $(DESTDIR)$(PREFIX)@makewhatis@
|
| 17 |
+ $(INSTALL) -c -m 755 makewhatis $(DESTDIR)$(PREFIX)@makewhatis@
|
| 18 |
mkdir -p $(DESTDIR)$(PREFIX)@man_config_dir@
|
| 19 |
if [ -f $(MANCONFIG) ]; then mv $(MANCONFIG) $(MANCONFIG).orig; fi
|
| 20 |
$(INSTALL) -c -m 644 man.conf $(MANCONFIG)
|