forked from extern/egroupware
reverted 24691 - commit in the wrong dir
This commit is contained in:
parent
912bbae120
commit
7c29ffd4dc
4
debian/patches/00list
vendored
4
debian/patches/00list
vendored
@ -1,4 +1,4 @@
|
|||||||
#04-egw-ldap-doc
|
#04-egw-ldap-doc
|
||||||
06-egw-header-template
|
06-egw-header-template
|
||||||
#08-egw-checkinstall-symlink
|
08-egw-checkinstall-symlink
|
||||||
#10-egw-functions-egw_pear
|
10-egw-functions-egw_pear
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -60,7 +60,6 @@ install: build
|
|||||||
|
|
||||||
for APP in $(MODULES) ; do \
|
for APP in $(MODULES) ; do \
|
||||||
APPDIR=$$(echo $${APP} | sed 's/-/_/g') ; \
|
APPDIR=$$(echo $${APP} | sed 's/-/_/g') ; \
|
||||||
[ $${APPDIR} == 'egw_pear' ] && APPDIR='egw-pear' ; \
|
|
||||||
if [ -d $(CURDIR)/$${APPDIR} ] ; then \
|
if [ -d $(CURDIR)/$${APPDIR} ] ; then \
|
||||||
cd $(CURDIR)/$${APPDIR}; \
|
cd $(CURDIR)/$${APPDIR}; \
|
||||||
find $(FINDOPT) $(APPFILES) \
|
find $(FINDOPT) $(APPFILES) \
|
||||||
|
Loading…
Reference in New Issue
Block a user