From 64fe96930fecdd44647dac9bbd5fa49bda34b24b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 27 Nov 2012 09:53:02 +0100 Subject: [PATCH] config_host.mk.source is gone --- libreoffice.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index a45acb4..40a5901 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -949,8 +949,8 @@ echo build end time is `date`, diskspace: `df -h . | tail -n 1` %install rm -rf $RPM_BUILD_ROOT -# TODO: get rid of this -. ./config_host.mk.source +# TODO investigate use of make distro-pack-install +. ./bin/get_config_variables `sed -n -e '/^export/s/^export \([A-Z0-9_]\+\).*/\1/p' config_host.mk` #figure out the icon version export `grep "^PRODUCTVERSIONSHORT =" solenv/inc/productversion.mk | sed -e "s/ //g"` export `grep "PRODUCTVERSION[ ]*=[ ]*" solenv/inc/productversion.mk | sed -e "s/ //g"`