summaryrefslogtreecommitdiffstats
path: root/bin/distro-install-clean-up
Commit message (Collapse)AuthorAgeFilesLines
* Revert "add "s to grep in distro-install-clean-up"Rene Engelhard2018-04-251-1/+1
| | | | | | Makes completely no sense, the for already gives us the "broken" arguments This reverts commit e0201bbb7f4e05bf3a4273eca6129e88a4d246f8.
* add "s to grep in distro-install-clean-upRene Engelhard2018-04-251-1/+1
| | | | | | | | | as we have files with spaces now. E.g. grep: /data/rene/git/LibreOffice/master/debian/tmp/usr/lib/libreoffice/help/media/icon-themes/svx/res/symphony/enlarge: No such file or directory grep: font.png: No such file or directory happens otherwise. Change-Id: I13f8cab2aac751f7a0c2f673b5e958ed08657d52
* bin/distro-install* are called from Makefile so the env is already thereNorbert Thiebaud2012-11-141-3/+0
| | | | Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
* new script config_host.mk.sourcePetr Mladek2012-06-111-1/+1
| | | | | | | | | | | 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
* bin/distro-install*: source config_host.mk instead of Env.Host.shPetr Mladek2012-02-291-1/+7
| | | | thanks Stefan Bergman for improving the sed pattern
* Remove basisVERSION from distro scripts as it is not used anymore.Tomas Chvatal2011-11-141-1/+1
|
* Env.Set.sh -> Env.Host.shTomas Chvatal2011-09-171-1/+1
|
* Fixup non-respecting DESTDIR for DOCDIR chmod.Tomáš Chvátal2011-09-081-1/+1
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2011-07-281-3/+3
| | | | | | | | | | | 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
* better support for distro packagingPetr Mladek2011-07-111-0/+89
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>