diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-03-05 16:35:26 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2007-03-05 16:35:26 +0000 |
commit | 8c1542a80d05687953c91d29615c177a180cffcf (patch) | |
tree | 2a3517fa0abdbc6fdee7ea59abd7ab1db53b1d8d /rpm-helper.macros.in | |
parent | 8e31ce86b369f954220ad9bdf0f2ebe80b3cf00b (diff) | |
download | rpm-helper-8c1542a80d05687953c91d29615c177a180cffcf.tar rpm-helper-8c1542a80d05687953c91d29615c177a180cffcf.tar.gz rpm-helper-8c1542a80d05687953c91d29615c177a180cffcf.tar.bz2 rpm-helper-8c1542a80d05687953c91d29615c177a180cffcf.tar.xz rpm-helper-8c1542a80d05687953c91d29615c177a180cffcf.zip |
fix definition of get_* macros
Diffstat (limited to 'rpm-helper.macros.in')
-rw-r--r-- | rpm-helper.macros.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rpm-helper.macros.in b/rpm-helper.macros.in index 4848cc6..fe1ce81 100644 --- a/rpm-helper.macros.in +++ b/rpm-helper.macros.in @@ -3,12 +3,10 @@ %_rpm_helper_dir @pkgdatadir@ %_get_password_helper %_rpm_helper_dir/get-password -%get_password() %_get_password_helper %{1} \ -%{nil} +%get_password() %(%_get_password_helper %{1}) %_get_free_syslog_facility_helper %_rpm_helper_dir/get-free-syslog-facility -%get_free_syslog_facility() %_get_free_syslog_facility_helper \ -%{nil} +%get_free_syslog_facility() %(%_get_free_syslog_facility_helper) %_create_ghostfile_helper %_rpm_helper_dir/create-file %create_ghostfile() %_create_ghostfile_helper %{name} $1 %{1} %{2} %{3} %{4} \ |