diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-03 14:34:22 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-03 14:34:22 +0000 |
commit | 29fcda95f4375fb69488ba713a5391dafc40b1ef (patch) | |
tree | 318fe71bb31d280b8b955914be2db9bceedc47e7 /move | |
parent | 3b7df064246ad3671bd41640e12a582c996355ae (diff) | |
download | drakx-29fcda95f4375fb69488ba713a5391dafc40b1ef.tar drakx-29fcda95f4375fb69488ba713a5391dafc40b1ef.tar.gz drakx-29fcda95f4375fb69488ba713a5391dafc40b1ef.tar.bz2 drakx-29fcda95f4375fb69488ba713a5391dafc40b1ef.tar.xz drakx-29fcda95f4375fb69488ba713a5391dafc40b1ef.zip |
*** empty log message ***
Diffstat (limited to 'move')
-rw-r--r-- | move/pkgs.pm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/move/pkgs.pm b/move/pkgs.pm index aa23b9d78..66f163504 100644 --- a/move/pkgs.pm +++ b/move/pkgs.pm @@ -1,11 +1,13 @@ -package pkg; +#- $Id$ $ + +package urpm_pkg; sub flag_available { return 1; } -package pkgs; # $Id$ $ +package pkgs; use log; sub rpmDbOpen { @@ -14,7 +16,7 @@ sub rpmDbOpen { sub packageByName { #- install_steps:344 - return bless {}, 'pkg'; + return bless {}, 'urpm_pkg'; #- we'll need to call flag_available on it } sub selectPackage { |