summaryrefslogtreecommitdiff
path: root/dev-php/agavi/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-php/agavi/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-php/agavi/files')
-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}" "$@"