]> git.pld-linux.org Git - packages/nasm.git/commitdiff
- reverting last change: removing new macros from %p{re,ost}{,un}
authorsaq <saq@pld-linux.org>
Thu, 26 Jul 2001 05:42:22 +0000 (05:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nasm.spec -> 1.29

nasm.spec

index 01ee35f9ee1720fbaf1bc89cea497ab9b642daca..341ca50c84ec26fe2d98a18c94c6e08fc376d847 100644 (file)
--- a/nasm.spec
+++ b/nasm.spec
@@ -80,10 +80,10 @@ gzip -9nf Changes Licence Readme Wishlist MODIFIED \
        rdoff/README rdoff/Changes
 
 %post
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.093951 seconds and 4 git commands to generate.