summaryrefslogtreecommitdiff
path: root/dev-php/agavi/files/agavi-executable
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/agavi/files/agavi-executable')
-rw-r--r--dev-php/agavi/files/agavi-executable14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-php/agavi/files/agavi-executable b/dev-php/agavi/files/agavi-executable
deleted file mode 100644
index 06405d6ca2e7..000000000000
--- a/dev-php/agavi/files/agavi-executable
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# A (heavily) modified version of the agavi-dist script shipped with
-# the Agavi package.
-#
-
-# Set this to the path to the Agavi installation's source directory. This is
-# the directory that contains the `agavi.php' file.
-AGAVI_SOURCE_DIRECTORY="/usr/share/php/agavi"
-
-php -d memory_limit=2G \
- -f "${AGAVI_SOURCE_DIRECTORY}/build/agavi/script/agavi.php" \
- -- \
- --agavi-source-directory "${AGAVI_SOURCE_DIRECTORY}" "$@"