summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrdiff-backup/dist/makeweb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/dist/makeweb b/rdiff-backup/dist/makeweb
index 6bc73e3..a919cec 100755
--- a/rdiff-backup/dist/makeweb
+++ b/rdiff-backup/dist/makeweb
@@ -17,7 +17,7 @@ webprefix = "/home/ben/misc/html/mirror/rdiff-backup/"
RunCommand("cp *%s* %s" % (version, webprefix))
RunCommand("rman -f html -r '' rdiff-backup.1 > %srdiff-backup.1.html"
% webprefix)
-RunCommand("cp FAQ.wml CHANGELOG src/rdiff-backup %s" % webprefix)
+RunCommand("cp FAQ.wml CHANGELOG %s" % webprefix)
os.chdir(webprefix)