New commits:
commit e0b5d86470100039c28a5868df0db69b70b732d9
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>
e16: Actually did commit on these this time.
e17: Actually did commit on these this time.
diff --git a/e16/FUNCTIONS b/e16/FUNCTIONS
new file mode 100755
index 0000000..d2df2cb
--- /dev/null
+++ b/e16/FUNCTIONS
@@ -0,0 +1,12 @@
+#-------------------------------------------------------------------------
+## 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
+}
diff --git a/e17/FUNCTIONS b/e17/FUNCTIONS
new file mode 100755
index 0000000..d2df2cb
--- /dev/null
+++ b/e17/FUNCTIONS
@@ -0,0 +1,12 @@
+#-------------------------------------------------------------------------
+## 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
+}
[SM-Commit] GIT changes to master grimoire by Dale E. Edmons (e0b5d86470100039c28a5868df0db69b70b732d9),
Dale E. Edmons, 02/28/2008