commit b06049dcfd08e7d0bd233272d071cce235bbf725
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Mar 7 00:23:23 2016 +0200

    adapter: subst php_extdir

 adapter.awk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/adapter.awk b/adapter.awk
index 2fd994a..4cef263 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -2,7 +2,7 @@
 #
 # Adapter adapts .spec files for PLD Linux.
 #
-# Copyright (C) 1999-2015 PLD-Team <[email protected]>
+# Copyright (C) 1999-2016 PLD-Team <[email protected]>
 # Authors:
 #      Michał Kuratczyk <[email protected]>
 #      Sebastian Zagrodzki <[email protected]>
@@ -1335,6 +1335,7 @@ function use_macros()
        gsub(php_data_dir, "%{php_data_dir}")
        gsub("%{_datadir}/php", "%{php_data_dir}")
        gsub("%{php_home}", "%{php_data_dir}")
+       gsub("%{php_extdir}", "%{php_extensiondir}")
 
        # change to %{_datadir}, with some exceptions
        for (c = 1; c <= NF; c++) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/b06049dcfd08e7d0bd233272d071cce235bbf725

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

Reply via email to