From afc54c05370958e98fb2b14f3bb2c8edf98f39be Mon Sep 17 00:00:00 2001 From: bescoto Date: Mon, 27 Jan 2003 05:01:16 +0000 Subject: Use rdiff_backup/* files, not src/* files. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-10@272 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/dist/makedist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdiff-backup/dist/makedist b/rdiff-backup/dist/makedist index 9ed15f6..24887bd 100755 --- a/rdiff-backup/dist/makedist +++ b/rdiff-backup/dist/makedist @@ -2,7 +2,7 @@ import os, re, shutil, time, sys -SourceDir = "src" +SourceDir = "rdiff_backup" DistDir = "dist" # Various details about the files must also be specified by the rpm -- cgit v1.2.1