Actions
Bug #289
openinstall failed by use 'YAEPGHD = 1'
Start date:
03/04/2010
Due date:
% Done:
0%
Estimated time:
Description
wenn YAEPGHD = 1 im make.config gesetzt ist geht die install nicht weil die YAEPGHDDIR nicht vorhanden ist
fix fuers Makefile im install: install-i18n
<snipp>
@if [ "$(YAEPGHD)" = "1" ]; then\
mkdir -p $(DESTDIR)$(YAEPGHDDIR) ;\
cp yaepghd/* $(DESTDIR)$(YAEPGHDDIR) -r;\
fi
</snapp>
Actions