]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added to %__spec_install_post %{__arch_install_post} and
authorkloczek <kloczek@pld-linux.org>
Sat, 9 Sep 2000 16:04:25 +0000 (16:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  %{__os_install_post} (do not change completly semantics
  %__spec_install_post but rather enlarge).

Changed files:
    rpm.macros -> 1.24

rpm.macros

index b0c20a9a561985a37b321a9a3937e51102490b17..886dd6f43fab01b8b090406763fa973b50790e51 100644 (file)
@@ -102,4 +102,8 @@ done \
 %_rpmfilename          %%{NAME}-%%{VERSION}-%%{RELEASE}%{?debug:dbg}.%%{ARCH}.rpm
 
 # remove .comment and .note from ELFs 
-%__spec_install_post   %{?debug:#}if [ -x /usr/lib/rpm/remove-unneeded-elf-sections ] ; then /usr/lib/rpm/remove-unneeded-elf-sections %{buildroot}; fi
+%__spec_install_post\
+ %{__arch_install_post}\
+ %{__os_install_post}\
+ %{?debug:#}if [ -x /usr/lib/rpm/remove-unneeded-elf-sections ] ; then /usr/lib/rpm/remove-unneeded-elf-sections %{buildroot}; fi\
+%{nil}
This page took 0.0428 seconds and 4 git commands to generate.