symlink the install in install folder like before
This commit is contained in:
parent
323303a408
commit
8d8b2166e6
1 changed files with 5 additions and 1 deletions
|
@ -26,9 +26,13 @@ dev-install:
|
|||
@. ./*Env.Set.sh && \
|
||||
cd smoketestoo_native && \
|
||||
build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && \
|
||||
cd @abs_builddir@ && ln -s $(SOLARVER)/$(INPATH)/installation/opt/ install && \
|
||||
echo "$(SOLARVER)/$(INPATH)" && \
|
||||
echo "" && \
|
||||
echo "Developer installation finished, you can now execute:" && \
|
||||
echo "@abs_builddir@/installation/opt/program/soffice"
|
||||
echo "cd @abs_builddir@/install/program" && \
|
||||
echo ". ooenv" && \
|
||||
echo "./soffice.bin"
|
||||
|
||||
distclean: dmake/dmake@EXEEXT_FOR_BUILD@
|
||||
@. ./*Env.Set.sh && \
|
||||
|
|
Loading…
Reference in a new issue