TAR file was modified without changing the name.

This commit is contained in:
Stefan Eßer 2002-01-17 22:52:59 +00:00
parent 1e941cfa56
commit 58a03ad1b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53282
2 changed files with 6 additions and 2 deletions

View File

@ -38,7 +38,7 @@
@for i in $(DIRS) ; do \
if [ -d $$i ] ; then \
echo "making in $$i"; \
@@ -94,23 +72,10 @@
@@ -94,25 +72,10 @@
fi; \
done
@ -55,6 +55,8 @@
- [ -d @mandir@ ] || \
- (mkdir -p @mandir@; chmod 755 @mandir@)
- [ -d @mandir@/man1 ] || \
- (mkdir -p @mandir@/man1; chmod 755 @mandir@/man1)
- [ -d @mandir@/man5 ] || \
- (mkdir -p @mandir@/man5; chmod 755 @mandir@/man5)
- [ -d @mandir@/man8 ] || \

View File

@ -38,7 +38,7 @@
@for i in $(DIRS) ; do \
if [ -d $$i ] ; then \
echo "making in $$i"; \
@@ -94,23 +72,10 @@
@@ -94,25 +72,10 @@
fi; \
done
@ -55,6 +55,8 @@
- [ -d @mandir@ ] || \
- (mkdir -p @mandir@; chmod 755 @mandir@)
- [ -d @mandir@/man1 ] || \
- (mkdir -p @mandir@/man1; chmod 755 @mandir@/man1)
- [ -d @mandir@/man5 ] || \
- (mkdir -p @mandir@/man5; chmod 755 @mandir@/man5)
- [ -d @mandir@/man8 ] || \