summaryrefslogtreecommitdiffstats
path: root/e-16
diff options
context:
space:
mode:
Diffstat (limited to 'e-16')
-rwxr-xr-xe-16/FUNCTIONS12
1 files changed, 0 insertions, 12 deletions
diff --git a/e-16/FUNCTIONS b/e-16/FUNCTIONS
deleted file mode 100755
index d2df2cb7da..0000000000
--- a/e-16/FUNCTIONS
+++ /dev/null
@@ -1,12 +0,0 @@
-#-------------------------------------------------------------------------
-## Default build for Enlightenment DR17 modules
-## These modules should not use --prefix, but rather get their
-## installation path from `enlightenment-config --module-dir`
-#-------------------------------------------------------------------------
-default_build_e17_module() {
- ./configure --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info \
- $OPTS
-}