summaryrefslogtreecommitdiffstats
path: root/e-16
diff options
context:
space:
mode:
authorLadislav Hagara2008-03-02 15:51:53 +0100
committerLadislav Hagara2008-03-02 15:51:53 +0100
commitedcfa79f80182e595ae3a002ac8744ce3e53c6df (patch)
tree7d698273ad0c07c1fca6f4b8f2582feea01517eb /e-16
parenteccfdbc9c694170faaf068ee394ae308b380434f (diff)
e-16/FUNCTIONS: removed, useless for e16
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
-}