From 3099d99e0b9c12c500507cc2e3e14015c7364823 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 18 Jul 2016 11:50:34 -0400 Subject: correctly package color theme files for both linux and OS X --- tools/linux_packaging/build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tools/linux_packaging/build') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 6ed2e13941..34a16f9513 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -607,12 +607,7 @@ cp ../../gtk2_ardour/resources/${APPNAME}-* ${Shared}/resources/ # Themes: only install those named for this app lower_case_appname=`echo $APPNAME | tr '[:upper:]' '[:lower:]'` -for colorfile in `echo ../../gtk2_ardour/themes/*-${lower_case_appname}.colors` -do - cf=`basename $colorfile` - cf=`echo $cf | sed -e "s/-${lower_case_appname}//"` - cp $colorfile $Themes/$cf -done +cp ../../gtk2_ardour/themes/*-${lower_case_appname}.colors $Themes # # put sooper sekrit ingredients here and they will be copied -- cgit v1.2.3