aboutsummaryrefslogtreecommitdiffstats
path: root/genhdlists
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-17 12:35:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-17 12:35:09 +0000
commit115b7adeee27d6c89f01a668e4e9d9b7239affaf (patch)
tree7da4e99c28d89b2a1f13d95aa37171cf325d848b /genhdlists
parent945c51c3d8906e539fee88d06369912e545bda46 (diff)
downloadrpmtools-115b7adeee27d6c89f01a668e4e9d9b7239affaf.tar
rpmtools-115b7adeee27d6c89f01a668e4e9d9b7239affaf.tar.gz
rpmtools-115b7adeee27d6c89f01a668e4e9d9b7239affaf.tar.bz2
rpmtools-115b7adeee27d6c89f01a668e4e9d9b7239affaf.tar.xz
rpmtools-115b7adeee27d6c89f01a668e4e9d9b7239affaf.zip
no_comment
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");