diff --git a/e17/imlib2/config.hlp b/e17/e/config.hlp similarity index 100% rename from e17/imlib2/config.hlp rename to e17/e/config.hlp diff --git a/e17/imlib2/config.in b/e17/e/config.in similarity index 97% rename from e17/imlib2/config.in rename to e17/e/config.in index 4c83c50b4..a72922a2b 100644 --- a/e17/imlib2/config.in +++ b/e17/e/config.in @@ -13,7 +13,7 @@ # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- -if pkgcheck imlib2 X +if pkgcheck e X then menu_begin MENU_PKG_E17 'Enlightenment 17 Options' text 'Install prefix for E17 Packages' \ diff --git a/e17/imlib2/parse-config b/e17/e/parse-config similarity index 90% rename from e17/imlib2/parse-config rename to e17/e/parse-config index 6c77caba3..9bdba9449 100644 --- a/e17/imlib2/parse-config +++ b/e17/e/parse-config @@ -15,12 +15,12 @@ if hasflag E17; then if [ "$prefix_auto" = 1 ] ; then - if [ "$pkg" == imlib2 ]; then + if [ "$pkg" == e ]; then prefix="${SDECFG_PKG_E17_CORE_PREFIX:-opt/e17}" set_confopt - elif pkginstalled imlib2 ; then - pkgprefix -t imlib2 - prefix=`pkgprefix imlib2` + elif pkginstalled e ; then + pkgprefix -t e + prefix=`pkgprefix e` set_confopt fi fi