]> git.pld-linux.org Git - packages/rpm.git/commitdiff
Fix broken macro
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 4 Sep 2012 11:06:22 +0000 (13:06 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 4 Sep 2012 11:06:22 +0000 (13:06 +0200)
macros.pld.in

index 45789be05389b67c900b82dd5f2fd44293d46610..2c69f1d52f59e23b5cead6ab403e998fb2baa4e8 100644 (file)
 %{__arch_install_post}\
 %{nil}
 
+%__spec_install_post\
+%{expand:%%define __sip_%{?_enable_debug_packages} 1}%{?__sip_1:%{?__debug_package:%{__debug_install_post}}}%{expand:%%undefine __sip_%{?_enable_debug_packages}}\
+%{__arch_install_post}\
+%{__os_install_post}\
+%{nil}
+
 #---------------------------------------------------------------------
 #      Template for debug information sub-package.
 %_enable_debug_packages                1
-%{expand:%%define __sip_%{?_enable_debug_packages} 1}%{?__sip_1:%{?__debug_package:%{__debug_install_post}}}%{expand:%%undefine __sip_%{?_enable_debug_packages}}\
 
 %debug_package \
 %ifnarch noarch\
This page took 0.029909 seconds and 4 git commands to generate.