summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-08-19 15:07:53 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-08-19 15:07:53 +0000
commit4a0a786f45a78eb8631c0e2d39d804ab9fdea214 (patch)
treedf7cc0b161d653262df476eecd3c183bfe2e4c6c /methods
parent2e178d1c3e0035616b338d7597a0c9d33e3bc080 (diff)
* use the new cool rred method for the patchting
Diffstat (limited to 'methods')
-rw-r--r--methods/makefile2
-rw-r--r--methods/rred.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/methods/makefile b/methods/makefile
index 93ad6d875..bf8fc0dab 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -63,7 +63,7 @@ include $(PROGRAM_H)
PROGRAM=rred
SLIBS = -lapt-pkg $(SOCKETLIBS)
LIB_MAKES = apt-pkg/makefile
-SOURCE = rred
+SOURCE = rred.cc
include $(PROGRAM_H)
# The rsh method
diff --git a/methods/rred.cc b/methods/rred.cc
index 37faab08a..e28dc6855 100644
--- a/methods/rred.cc
+++ b/methods/rred.cc
@@ -177,7 +177,7 @@ bool RredMethod::Fetch(FetchItem *Itm)
Res.Filename = Itm->DestFile;
URIStart(Res);
// Res.Filename the destination filename
-
+
// Open the source and destination files
FileFd From(Path,FileFd::ReadOnly);
FileFd Patch(Path+".ed",FileFd::ReadOnly);