diff options
author | ville <ville@localhost> | 2005-07-19 21:21:08 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2005-07-19 21:21:08 +0000 |
commit | 45d4b5ad3796ec4a535b8fccab52932e0e2fa8e4 (patch) | |
tree | 7d0cc86d7c5964ad9c99c37aaac4792d387fcfde | |
parent | 29e16ea3ee3966e5cfc25c273ae9006b4a3003d1 (diff) | |
download | markup-validator-45d4b5ad3796ec4a535b8fccab52932e0e2fa8e4.zip markup-validator-45d4b5ad3796ec4a535b8fccab52932e0e2fa8e4.tar.gz markup-validator-45d4b5ad3796ec4a535b8fccab52932e0e2fa8e4.tar.bz2 |
Ship sendfeedback.pl as executable.
-rwxr-xr-x | misc/mkrelease.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/mkrelease.sh b/misc/mkrelease.sh index e039dd8..d907217 100755 --- a/misc/mkrelease.sh +++ b/misc/mkrelease.sh @@ -42,6 +42,7 @@ rm -f validator-$version/misc/mkrelease.sh find . -type d | xargs -r chmod 755 find . -type f | xargs -r chmod 644 chmod 755 validator-$version/httpd/cgi-bin/check +chmod 755 validator-$version/httpd/cgi-bin/sendfeedback.pl # sgml-lib tarball tar zc --owner=0 --group=0 -f $topdir/sgml-lib-$tbversion.tar.gz \ |