summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-11-06 06:25:20 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-11-06 06:25:20 +0000
commita21d0b19f43a5f9c7e0700ef0740080ae09d648e (patch)
treeb73b0d662038e36e2ba2d9dcb9c2fc9c98b8e389 /rdiff-backup/dist
parent6837723c76deade4bf086cb05f37c21d03b77fa1 (diff)
downloadrdiff-backup-a21d0b19f43a5f9c7e0700ef0740080ae09d648e.tar.gz
Grr packaging error
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@678 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/dist')
-rwxr-xr-xrdiff-backup/dist/makedist4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/dist/makedist b/rdiff-backup/dist/makedist
index b7b59d9..07f285d 100755
--- a/rdiff-backup/dist/makedist
+++ b/rdiff-backup/dist/makedist
@@ -107,9 +107,9 @@ def MakeTar():
assert not os.system("cp %s %s" % (filename, tardir)), filename
os.mkdir(tardir+"/rdiff_backup")
- for filename in ["eas_acls.py", "backup.py", "connection.py",
+ for filename in ["eas_acls.py", "backup.py", "connection.py", "compare.py",
"FilenameMapping.py", "fs_abilities.py",
- "Hardlink.py", "increment.py", "__init__.py",
+ "Hardlink.py", "hash.py", "increment.py", "__init__.py",
"iterfile.py", "lazy.py", "librsync.py",
"log.py", "Main.py", "manage.py", "metadata.py",
"Rdiff.py", "regress.py", "restore.py",