diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-25 08:23:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-25 08:23:43 +0000 |
commit | fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0 (patch) | |
tree | 7c69e462f1792fbd00b7691162bdc60b21785b88 | |
parent | 107f31c38b5bddd1bd83ce483cdd85bb41ca3127 (diff) | |
download | urpmi-fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0.tar urpmi-fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0.tar.gz urpmi-fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0.tar.bz2 urpmi-fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0.tar.xz urpmi-fc4e0c4dab136901ec8155b5e9f0b8eab2e2e1e0.zip |
fix calling packdrake
-rw-r--r-- | autoirpm.update | 2 |
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; |