summaryrefslogtreecommitdiffstats
path: root/RPM4/examples/rpminstall
diff options
context:
space:
mode:
Diffstat (limited to 'RPM4/examples/rpminstall')
-rwxr-xr-xRPM4/examples/rpminstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/RPM4/examples/rpminstall b/RPM4/examples/rpminstall
index fef5caf..559f919 100755
--- a/RPM4/examples/rpminstall
+++ b/RPM4/examples/rpminstall
@@ -19,7 +19,7 @@
# $Id$
use strict;
-use Hdlist;
+use RPM4;
use Getopt::Long qw(:config pass_through);
sub help {
@@ -72,7 +72,7 @@ GetOptions(
(@rpmi || @rpme) or help();
if (defined($dbpath)) {
- Hdlist::add_macro("_dbpath $dbpath");
+ RPM4::add_macro("_dbpath $dbpath");
}
my $db = newdb(0, $root);