summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-17 18:12:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-17 18:12:27 +0000
commit7d1cf81232189bd1a726842b2947145294e8ce56 (patch)
tree4389bb1fbacce04603e78bd9c271652d5ffdd213
parentf71407874a1a105ecf02bff91470849caefce2e1 (diff)
downloadurpmi-7d1cf81232189bd1a726842b2947145294e8ce56.tar
urpmi-7d1cf81232189bd1a726842b2947145294e8ce56.tar.gz
urpmi-7d1cf81232189bd1a726842b2947145294e8ce56.tar.bz2
urpmi-7d1cf81232189bd1a726842b2947145294e8ce56.tar.xz
urpmi-7d1cf81232189bd1a726842b2947145294e8ce56.zip
use "packdrake --cat", and search hdlists .cz and not .cz2
-rw-r--r--autoirpm.update2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoirpm.update b/autoirpm.update
index 74aea982..3d240b18 100644
--- a/autoirpm.update
+++ b/autoirpm.update
@@ -7,7 +7,7 @@ $BASE2 = "$DIR2/autoirpm";
$AUTO_INSTALL_BIN_LIST = "$BASE.binaries";
$INSTALL_SCRIPT_REP = "$BASE.scripts";
-system("bzip2 -dcq $DIR/hdlist*.cz2 | autoirpm.update-all $BASE2.allow $BASE2.deny - > $AUTO_INSTALL_BIN_LIST");
+system("packdrake -cat $DIR/hdlist*.cz | autoirpm.update-all $BASE2.allow $BASE2.deny - > $AUTO_INSTALL_BIN_LIST");
$? == 0 or die "autoirpm.upgrade-all failed\n";
open F, $AUTO_INSTALL_BIN_LIST or die;