From 4c9b180f05693f3e9261914d2b7360789344e2c0 Mon Sep 17 00:00:00 2001 From: nanardon Date: Sat, 8 Oct 2005 17:31:44 +0000 Subject: - code was still using Hdlist :\ git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@42 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/examples/specwillbuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'RPM4/examples/specwillbuild') diff --git a/RPM4/examples/specwillbuild b/RPM4/examples/specwillbuild index 7ccbbf9..2ecc584 100755 --- a/RPM4/examples/specwillbuild +++ b/RPM4/examples/specwillbuild @@ -19,7 +19,7 @@ # $Id$ use strict; -use Hdlist; +use RPM4; use Getopt::Long; (@ARGV) or die @@ -28,8 +28,8 @@ Give rpms filename produce by a specfile "; foreach (@ARGV) { - Hdlist::readconfig(); - my $spec = Hdlist::specnew($_, undef, undef, undef, 1, 1); + RPM4::readconfig(); + my $spec = RPM4::specnew($_, undef, undef, undef, 1, 1); defined $spec or do { warn "unable to parse $_\n"; next; -- cgit v1.2.1