diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-17 12:35:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-17 12:35:09 +0000 |
commit | 115b7adeee27d6c89f01a668e4e9d9b7239affaf (patch) | |
tree | 7da4e99c28d89b2a1f13d95aa37171cf325d848b /genhdlists | |
parent | 945c51c3d8906e539fee88d06369912e545bda46 (diff) | |
download | rpmtools-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-- | genhdlists | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |