commit e00f41b5827618fccde5e5c35cada9fb3ac804cd
Author: Elan Ruusamäe <[email protected]>
Date:   Sat Mar 3 13:21:54 2007 +0000

    - 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
    
    Changed files:
        adapter.awk -> 1.351

 adapter.awk | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index 5acc17d..2ba1ffd 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -1109,6 +1109,8 @@ function use_macros()
        gsub("%{_datadir}/applications", "%{_desktopdir}")
        gsub("%{_datadir}/pixmaps", "%{_pixmapsdir}")
 
+       gsub(libdir, "%{_libdir}")
+
        gsub(bindir, "%{_bindir}")
        gsub("%{prefix}/bin", "%{_bindir}")
        if (prefix"/bin" == bindir)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885

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

Reply via email to