From abe6051861b6bb6e63b8eb9f71320420c5885ed3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 17 Dec 2013 15:33:11 +0100 Subject: [PATCH] fix wrong assumption, we'd need a PHP version --- openshift.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift.mk b/openshift.mk index d8966be..0ecaa0f 100644 --- a/openshift.mk +++ b/openshift.mk @@ -1,4 +1,4 @@ -PHP = $(OPENSHIFT_DATA_DIR)/php-$(PHP_VERSION)/bin/php +PHP = $(OPENSHIFT_DATA_DIR)/php/bin/php all: vendor -- 2.30.2