diff options
Diffstat (limited to 'tools/updatehdlist')
-rwxr-xr-x | tools/updatehdlist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/updatehdlist b/tools/updatehdlist index aa59d3f83..f8acf4991 100755 --- a/tools/updatehdlist +++ b/tools/updatehdlist @@ -6,5 +6,5 @@ topdir=$1 add=$topdir/Mandrake/RPMS2 [ -d "$add" ] || add=$topdir/Mandrake/RPMS -./syncrpms --verbose --clean --update --remove --add $add --from /RPMS --to $topdir/Mandrake/RPMS* +./syncrpms --verbose --clean --update --remove --add $add --from /RPMS --to $topdir/Mandrake/{RPMS,RPMS2} gendistrib --noclean --distrib $topdir |