diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-10-31 14:20:42 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-11-04 22:28:19 +0200 |
commit | 3e022d27f64d7e7c2789a5f58e77b79098733b17 (patch) | |
tree | b6cdc6ecf0d6b2c7a7dfa3eda7860805010a34e4 /testing/php7-spx/e795d3eeb099e77a9e8540e26bcfab5dd0260c79.patch | |
parent | cd3cfc064749acdc87ea29c474eefca8debcaefd (diff) | |
download | aports-3e022d27f64d7e7c2789a5f58e77b79098733b17.tar.bz2 aports-3e022d27f64d7e7c2789a5f58e77b79098733b17.tar.xz |
testing/php7-spx: new aport
Diffstat (limited to 'testing/php7-spx/e795d3eeb099e77a9e8540e26bcfab5dd0260c79.patch')
-rw-r--r-- | testing/php7-spx/e795d3eeb099e77a9e8540e26bcfab5dd0260c79.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/php7-spx/e795d3eeb099e77a9e8540e26bcfab5dd0260c79.patch b/testing/php7-spx/e795d3eeb099e77a9e8540e26bcfab5dd0260c79.patch new file mode 100644 index 0000000000..b3fa881f3b --- /dev/null +++ b/testing/php7-spx/e795d3eeb099e77a9e8540e26bcfab5dd0260c79.patch @@ -0,0 +1,20 @@ +From e795d3eeb099e77a9e8540e26bcfab5dd0260c79 Mon Sep 17 00:00:00 2001 +From: Andy Postnikov <apostnikov@gmail.com> +Date: Fri, 2 Nov 2018 15:44:25 +0200 +Subject: [PATCH] Make spx_ui_assets_dir respect INSTALL_ROOT + +--- + Makefile.frag | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.frag b/Makefile.frag +index a042552..9f3ae0b 100644 +--- a/Makefile.frag ++++ b/Makefile.frag +@@ -1,5 +1,5 @@ + +-spx_ui_assets_dir = $(prefix)/share/misc/php-spx/assets/web-ui ++spx_ui_assets_dir = $(INSTALL_ROOT)$(prefix)/share/misc/php-spx/assets/web-ui + + CFLAGS += -DSPX_HTTP_UI_ASSETS_DIR=\"$(spx_ui_assets_dir)\" + |