diff options
author | Francois Pons <fpons@mandriva.com> | 2003-06-04 15:11:04 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-06-04 15:11:04 +0000 |
commit | c7ef06f50287c09d56db57657e976043a8e771dc (patch) | |
tree | 8917b24f4dbd73b0a52826890e049d0ef052c8c0 /tools/updatehdlist | |
parent | e21255d510779bda54ba7e288bae69e50c4f24e8 (diff) | |
download | drakx-c7ef06f50287c09d56db57657e976043a8e771dc.tar drakx-c7ef06f50287c09d56db57657e976043a8e771dc.tar.gz drakx-c7ef06f50287c09d56db57657e976043a8e771dc.tar.bz2 drakx-c7ef06f50287c09d56db57657e976043a8e771dc.tar.xz drakx-c7ef06f50287c09d56db57657e976043a8e771dc.zip |
update only RPMS1 and RPMS2 to keep other package in RPMS3.
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 |