Commit 8e463a9b authored by ben's avatar ben

For some reason this seemed to be messed up before


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@56 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 6ff47689
......@@ -6,7 +6,7 @@ filelist = ["rdiff-backup", "CHANGELOG", "COPYING", "README", "FAQ.html"]
# Various details about the files must also be specified by the rpm
# spec template.
spec_template = "rdiff-backup.spec"
spec_template = "dist/rdiff-backup.spec"
def GetVersion():
......@@ -54,7 +54,7 @@ def MakeSpecFile(version):
return specfile
def Main():
assert not os.system("./Make")
assert not os.system("cd src; ./Make; cp ./rdiff-backup ..")
version = GetVersion()
print "Processing version " + version
tarfile = MakeTar(version)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment