From fa3b78fcf2dbe76df0197bfbf023ed9b44eb7a5a Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Tue, 3 Jul 2012 10:42:54 -0400 Subject: [PATCH] fix path to apache --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 6a3018c..ec2c302 100755 --- a/bin/compile +++ b/bin/compile @@ -46,7 +46,7 @@ if [ ! -d $APACHE_PATH ]; then fi #copy in the httpd.conf from the buildpack -cp $BIN_DIR/../conf/httpd.conf /app/apache/conf/httpd.conf +cp $BIN_DIR/../conf/httpd.conf $APACHE_PATH/conf/httpd.conf cat >>boot.sh <