diff --git a/debian/patches/00list b/debian/patches/00list index 7fe202c967..2c83fe8632 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 a155d825bd..483eb894f6 100755 --- a/debian/rules +++ b/debian/rules @@ -60,6 +60,7 @@ 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) \