summaryrefslogtreecommitdiffstats
path: root/scripts/dependency-graph.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dependency-graph.in')
-rw-r--r--scripts/dependency-graph.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dependency-graph.in b/scripts/dependency-graph.in
index 306bdd9..3e9091d 100644
--- a/scripts/dependency-graph.in
+++ b/scripts/dependency-graph.in
@@ -147,7 +147,7 @@ sub backup_file_name($$) {
my ($patch, $file) = @_;
if ($use_patcher) {
- return $patch . "~" . $file;
+ return $file . "~" . $patch;
} else {
return $ENV{QUILT_PC} . "/" . $patch . "/" . $file;
}