summaryrefslogtreecommitdiffstats
path: root/move/pkgs.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-03 14:34:22 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-03 14:34:22 +0000
commit29fcda95f4375fb69488ba713a5391dafc40b1ef (patch)
tree318fe71bb31d280b8b955914be2db9bceedc47e7 /move/pkgs.pm
parent3b7df064246ad3671bd41640e12a582c996355ae (diff)
downloaddrakx-backup-do-not-use-29fcda95f4375fb69488ba713a5391dafc40b1ef.tar
drakx-backup-do-not-use-29fcda95f4375fb69488ba713a5391dafc40b1ef.tar.gz
drakx-backup-do-not-use-29fcda95f4375fb69488ba713a5391dafc40b1ef.tar.bz2
drakx-backup-do-not-use-29fcda95f4375fb69488ba713a5391dafc40b1ef.tar.xz
drakx-backup-do-not-use-29fcda95f4375fb69488ba713a5391dafc40b1ef.zip
*** empty log message ***
Diffstat (limited to 'move/pkgs.pm')
-rw-r--r--move/pkgs.pm8
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 {