Author: glen                         Date: Sat Mar  3 13:21:59 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- subst %{_libdir} -- it's more common to use %{_libdir} than %{_prefix}/lib 
and as existing %{_prefix}/lib aren't touched this should be safe change

---- Files affected:
SPECS:
   adapter.awk (1.350 -> 1.351) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.350 SPECS/adapter.awk:1.351
--- SPECS/adapter.awk:1.350     Sun Feb 25 12:45:23 2007
+++ SPECS/adapter.awk   Sat Mar  3 14:21:54 2007
@@ -1109,6 +1109,8 @@
        gsub("%{_datadir}/applications", "%{_desktopdir}")
        gsub("%{_datadir}/pixmaps", "%{_pixmapsdir}")
 
+       gsub(libdir, "%{_libdir}")
+
        gsub(bindir, "%{_bindir}")
        gsub("%{prefix}/bin", "%{_bindir}")
        if (prefix"/bin" == bindir)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.350&r2=1.351&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to