diff options
Diffstat (limited to 'RPM4/bin/rpm_produced')
-rwxr-xr-x | RPM4/bin/rpm_produced | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RPM4/bin/rpm_produced b/RPM4/bin/rpm_produced index dfef2c9..09dcfc4 100755 --- a/RPM4/bin/rpm_produced +++ b/RPM4/bin/rpm_produced @@ -39,13 +39,13 @@ Options: --no-src do not show the src.rpm "; -RPM4::add_macro("_sourcedir $tmp"); -RPM4::add_macro("_specdir $tmp"); +RPM4::addmacro("_sourcedir $tmp"); +RPM4::addmacro("_specdir $tmp"); sub set_config { RPM4::readconfig(); foreach (@macros) { - RPM4::add_macro($_); + RPM4::addmacro($_); } } |