aboutsummaryrefslogtreecommitdiffstats
path: root/genhdlists
diff options
context:
space:
mode:
Diffstat (limited to 'genhdlists')
-rw-r--r--genhdlists2
1 files changed, 1 insertions, 1 deletions
diff --git a/genhdlists b/genhdlists
index 5b1072f..7c62cfc 100644
--- a/genhdlists
+++ b/genhdlists
@@ -21,7 +21,7 @@ foreach (<F>) {
my $command = "genhdlist_cz2";
$noclean and $command .= " --noclean";
-e $depslist and $command .= " --ordered-depslist $depslist";
- $command .= " -o $hdlist $root/$dir";
+ $command .= " -o $root/Mandrake/base/$hdlist $root/$dir";
system($command);
system("touch $root/Mandrake/base/$hdlist");