(dist): chmod the dist directory, not the current directory.

This commit is contained in:
David MacKenzie 1994-05-05 15:57:20 +00:00
parent d822f88533
commit 0c7705faf7
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,6 @@ TAGS:
# Don't depend on DISTFILES because there's no rule for "standards.info*".
dist: $(DISTDEP)
chmod -R a+rX .
distname=`sed -e '/define(AC_ACVERSION,/!d' \
-e 's/[^0-9.]*\([0-9.]*\).*/autoconf-\1/' -e q acgeneral.m4`; \
rm -fr $$distname; \
@ -175,5 +174,6 @@ dist: $(DISTDEP)
ln $$file $$distname \
|| { echo copying $$file instead; cp -p $$file $$distname;}; \
done; \
chmod -R a+rX $$distname; \
tar -chz -f $$distname.tar.gz $$distname; \
rm -fr $$distname

View File

@ -166,7 +166,6 @@ TAGS:
# Don't depend on DISTFILES because there's no rule for "standards.info*".
dist: $(DISTDEP)
chmod -R a+rX .
distname=`sed -e '/define(AC_ACVERSION,/!d' \
-e 's/[^0-9.]*\([0-9.]*\).*/autoconf-\1/' -e q acgeneral.m4`; \
rm -fr $$distname; \
@ -175,5 +174,6 @@ dist: $(DISTDEP)
ln $$file $$distname \
|| { echo copying $$file instead; cp -p $$file $$distname;}; \
done; \
chmod -R a+rX $$distname; \
tar -chz -f $$distname.tar.gz $$distname; \
rm -fr $$distname