diff --git a/debian/patches/00list b/debian/patches/00list index 2c83fe8632..7fe202c967 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,4 +1,4 @@ #04-egw-ldap-doc 06-egw-header-template -#08-egw-checkinstall-symlink -#10-egw-functions-egw_pear +08-egw-checkinstall-symlink +10-egw-functions-egw_pear diff --git a/debian/rules b/debian/rules index 483eb894f6..a155d825bd 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,6 @@ install: build for APP in $(MODULES) ; do \ APPDIR=$$(echo $${APP} | sed 's/-/_/g') ; \ - [ $${APPDIR} == 'egw_pear' ] && APPDIR='egw-pear' ; \ if [ -d $(CURDIR)/$${APPDIR} ] ; then \ cd $(CURDIR)/$${APPDIR}; \ find $(FINDOPT) $(APPFILES) \