Remove trailing &&
This commit is contained in:
parent
29db940ce5
commit
4f5e3a54b9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ install: build
|
||||||
ooinstall "@INSTALLDIR@" && \
|
ooinstall "@INSTALLDIR@" && \
|
||||||
echo "" && \
|
echo "" && \
|
||||||
echo "Installation finished, you can now execute:" && \
|
echo "Installation finished, you can now execute:" && \
|
||||||
echo "@INSTALLDIR@/program/soffice" && \
|
echo "@INSTALLDIR@/program/soffice"
|
||||||
|
|
||||||
distro-pack-install: install
|
distro-pack-install: install
|
||||||
./bin/distro-install-clean-up
|
./bin/distro-install-clean-up
|
||||||
|
|
Loading…
Reference in a new issue