aboutsummaryrefslogtreecommitdiffstats
path: root/makerelease
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-01-14 13:17:10 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-01-14 13:17:10 +0000
commit33e312a23a25ae302973a8f72008cde44ddbfdfb (patch)
tree65e6d6bea070bce0fdd06fee0032703d4633689a /makerelease
parenta200362c0b5e238b3327868261119982dfe28b41 (diff)
downloadfetchmail-33e312a23a25ae302973a8f72008cde44ddbfdfb.tar.gz
fetchmail-33e312a23a25ae302973a8f72008cde44ddbfdfb.tar.bz2
fetchmail-33e312a23a25ae302973a8f72008cde44ddbfdfb.zip
Permission cleanup.
svn path=/trunk/; revision=3782
Diffstat (limited to 'makerelease')
-rwxr-xr-xmakerelease3
1 files changed, 3 insertions, 0 deletions
diff --git a/makerelease b/makerelease
index 2353a4f0..746a3ec5 100755
--- a/makerelease
+++ b/makerelease
@@ -72,6 +72,9 @@ if (system("make rpm $null && chown esr *.rpm")) {
die("RPM-build failure\n");
}
+# Clean up permissions so next build won't foo up.
+system("chown esr config.log stamp-h po/Makefile")
+
open(REPORT, ">PREAMBLE.$$");
print REPORT <<EOF;