summaryrefslogtreecommitdiffstats
path: root/autoirpm.update
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-25 08:23:43 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-25 08:23:43 +0000
commitfc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0 (patch)
tree7c69e462f1792fbd00b7691162bdc60b21785b88 /autoirpm.update
parent107f31c38b5bddd1bd83ce483cdd85bb41ca3127 (diff)
downloadurpmi-fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0.tar
urpmi-fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0.tar.gz
urpmi-fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0.tar.bz2
urpmi-fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0.tar.xz
urpmi-fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0.zip
fix calling packdrake
Diffstat (limited to 'autoirpm.update')
-rw-r--r--autoirpm.update2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoirpm.update b/autoirpm.update
index 3d240b18..5290bbb0 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("packdrake -cat $DIR/hdlist*.cz | 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;