summaryrefslogtreecommitdiffstats
path: root/RPM4/examples/hdlistq
diff options
context:
space:
mode:
Diffstat (limited to 'RPM4/examples/hdlistq')
-rwxr-xr-xRPM4/examples/hdlistq4
1 files changed, 2 insertions, 2 deletions
diff --git a/RPM4/examples/hdlistq b/RPM4/examples/hdlistq
index 1e2489a..31d7e55 100755
--- a/RPM4/examples/hdlistq
+++ b/RPM4/examples/hdlistq
@@ -19,7 +19,7 @@
# $Id$
use strict;
-use Hdlist;
+use RPM4;
use Getopt::Long;
my $qf = "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n";
@@ -45,7 +45,7 @@ Description :\n%{DESCRIPTION}
my ($type, $name, $flag, $ENV, $dep);
if ($cond) {
my @d = split(/ +/, $cond);
- $dep = Hdlist::newdep(@d);
+ $dep = RPM4::newdep(@d);
}
($go_res && @ARGV) or die