reverted 24691 - commit in the wrong dir

This commit is contained in:
Ralf Becker 2007-11-23 20:06:38 +00:00
parent 912bbae120
commit 7c29ffd4dc
2 changed files with 2 additions and 3 deletions

View File

@ -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

1
debian/rules vendored
View File

@ -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) \