summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-19 06:04:52 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-19 06:04:52 +0000
commita6f1bff43facd5be9d41186cf4c14737c08c632a (patch)
treebe16cc7ca7ce793087e49f26a958a13d19a92b38 /rdiff-backup/dist
parent71efe489bc3f5cfdde8a227eb6735294e6479f87 (diff)
downloadrdiff-backup-a6f1bff43facd5be9d41186cf4c14737c08c632a.tar.gz
rdiff-backup script not exec'able until installed
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@165 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/dist')
-rwxr-xr-xrdiff-backup/dist/makedist2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/dist/makedist b/rdiff-backup/dist/makedist
index c5610b5..409bd99 100755
--- a/rdiff-backup/dist/makedist
+++ b/rdiff-backup/dist/makedist
@@ -107,7 +107,7 @@ def MakeTar():
VersionedCopy(DistDir + "/setup.py", "%s/setup.py" % (tardir,))
os.chmod(os.path.join(tardir, "setup.py"), 0755)
- os.chmod(os.path.join(tardir, "rdiff-backup"), 0755)
+ os.chmod(os.path.join(tardir, "rdiff-backup"), 0644)
CopyMan(os.path.join(tardir, "rdiff-backup.1"), Version)
os.system("tar -cvzf %s %s" % (tarfile, tardir))
shutil.rmtree(tardir)