summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-19 20:03:28 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-19 20:03:28 +0000
commitc5d85b7ce70b0bcc93729d6811f7297ad1294023 (patch)
tree658a6f5f8e6bb026b2a21a61d711a9dd77ec81d8 /rdiff-backup/dist
parentd98745e56f9d52c4c689e04c8303bd9b24ded8b4 (diff)
downloadrdiff-backup-c5d85b7ce70b0bcc93729d6811f7297ad1294023.tar.gz
More fixes from Daniel Hazelbaker, mostly related to resource forks
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@350 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 d41ab90..511afc6 100755
--- a/rdiff-backup/dist/makedist
+++ b/rdiff-backup/dist/makedist
@@ -89,7 +89,7 @@ def MakeTar():
assert not os.system("cp %s %s" % (filename, tardir)), filename
os.mkdir(tardir+"/rdiff_backup")
- for filename in ["backup.py", "connection.py",
+ for filename in ["eas_acls.py", "backup.py", "connection.py",
"FilenameMapping.py", "Hardlink.py",
"increment.py", "__init__.py", "iterfile.py",
"lazy.py", "librsync.py", "log.py", "Main.py",