correctly package color theme files for both linux and OS X
This commit is contained in:
parent
56c4b3c9b0
commit
3099d99e0b
@ -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
|
||||
|
@ -496,12 +496,7 @@ cp ../../gtk2_ardour/resources/${PRODUCT_PKG_DIR}-* ${Resources}/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
|
||||
|
||||
# go through and recursively remove any .svn dirs in the bundle
|
||||
for svndir in `find $APPDIR -name .svn -type dir`; do
|
||||
|
Loading…
Reference in New Issue
Block a user