summaryrefslogtreecommitdiff
path: root/bin/distro-install-sdk
AgeCommit message (Collapse)Author
2017-07-02fix SDK paths (especially cat/sed) in bin/distro-install-sdkRene Engelhard
wonder how that ever worked. cat and sed are in /bin, not /usr/bin. Appparetly the BSDs have them there, though, so generalize though this is for distros and it probably shouldn't matter. Change-Id: I6efb3e92b8f8d15f3671090a3eaa9d8836f9998f Reviewed-on: https://gerrit.libreoffice.org/39276 Reviewed-by: Rene Engelhard <rene@debian.org> Tested-by: Rene Engelhard <rene@debian.org>
2016-04-04fix OO_SDK_NAME; s/openoffice.org/libreoffice/Rene Engelhard
Change-Id: I21635701a95f1dfd1d5df1bbabdb5b81bf280639
2014-12-02Fold URE: Remove OO_SDK_URE_HOME on non-WindowsStephan Bergmann
Change-Id: Iad0480eb39e2c1312c27cf9b90146c2beba592fd
2013-12-18fdo#72598: odk: remove SunStudio supportMichael Stahl
No idea if the GCC stuff that's in there actually works. Change-Id: Idd1b93edd88609f3c09d14134d00a15fa9c0b0b7
2013-07-26setsdkenv_unix.csh is no moreBjoern Michaelsen
Change-Id: I1f20dbc690be23c013c26c0a37b8d6eceef0f51d
2013-06-26bin/distro-install-sdk: set new OO_SDK_SED_HOME/O_SDK_CAT_HOMERene Engelhard
Change-Id: I0ca0edf4fc8f19adb1859eb4a679fee6480ea295
2013-03-29distro-install-sdk: don't try to chmod not packed component.uno.mapRene Engelhard
Change-Id: Ice1a1dca6eb20057b428761469cc7f8a6db213b4
2012-11-14bin/distro-install* are called from Makefile so the env is already thereNorbert Thiebaud
Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
2012-06-11new script config_host.mk.sourcePetr Mladek
it allows to source variables from config_host.mk into shell; there are many different hacks for this on other locations Use this script in bin/distro-install-*; The original solution with 'eval' did not work because shell was not able to pass that many arguments Change-Id: I3d9eb2fe2d6804a3c7783487e9c70f093edb2ad5
2012-02-29bin/distro-install*: source config_host.mk instead of Env.Host.shPetr Mladek
thanks Stefan Bergman for improving the sed pattern
2011-11-14Remove basisVERSION from distro scripts as it is not used anymore.Tomas Chvatal
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-09-17Env.Set.sh -> Env.Host.shTomas Chvatal
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
2011-07-11better support for distro packagingPetr Mladek
This is port from the build repo. The main differences are: + splits package-ooo into several scripts (bin/distro-install-*) + renames many variables to avoid OOO prefix and to better fit the variables produced by the current bootstrap configure.in + uses OOO_VENDOR from bootstrap/configure.in to add distro specific hacks; the conditions have been updated only for "Novell, inc." + install most of the desktop integration from sysui using sysui/desktop/share/create_tree.sh + do not install two extra templates: $OOINSTBASE/basis$VERSION/share/template/en-US/forms/resume.ott $OOINSTBASE/basis$VERSION/share/template/en-US/officorr/project-proposal.ott should get merged with other templates + do not install pyunorc-update64; it is needed only when you want to run 32-bit LO on 64-bit system; is anyone using it? + do not call install-dictionaries: + do not call build-galleries: is anyone using them? + do not install ootool and ooconfig is anyone using them? are they still working? Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>