]> git.pld-linux.org Git - packages/libwmf.git/commitdiff
- awk doesn't understand \s (formalism only, doesn't change anything here)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 14 Mar 2001 17:42:46 +0000 (17:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libwmf.spec -> 1.25

libwmf.spec

index 162f32eed2952c74a0d9638e54745a84950111af..98b3c2268d7739470e7a1eae209ea0d6c4ea809d 100644 (file)
@@ -82,7 +82,7 @@ mv -f $RPM_BUILD_ROOT%{_includedir}/{gd.h,gd_io.h,gdf*,gdc*} \
 
 # remove unwanted paths from libtool scripts
 for f in $RPM_BUILD_ROOT%{_libdir}/lib{X,eps,gd,xf,}wmf.la ; do
-       cat $f | awk '/^dependency_libs/ { gsub("-L\s*[^\s]*/\.libs ","") } //' >$f.tmp
+       cat $f | awk '/^dependency_libs/ { gsub("-L[ \t]*[^ \t]*/\.libs ","") } //' >$f.tmp
        mv -f $f.tmp $f
 done
 
This page took 0.550699 seconds and 4 git commands to generate.