X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=core%2Fresources-src%2Fdatafiles%2Ftours%2Fconvert-images.sh;h=c62314a6ce56f80208e2444e72b456f0285d35e7;hb=6e0545c0a958ac6387a3ab47a1a424ce0072f585;hp=f9fa53c15b79507296357ee89ccab432f199a666;hpb=3f3887f9b9b7c413107aceef5a49ac45d0f2f23f;p=debian%2Fopenrocket diff --git a/core/resources-src/datafiles/tours/convert-images.sh b/core/resources-src/datafiles/tours/convert-images.sh index f9fa53c1..c62314a6 100755 --- a/core/resources-src/datafiles/tours/convert-images.sh +++ b/core/resources-src/datafiles/tours/convert-images.sh @@ -6,7 +6,7 @@ # files into the suitably sized jpg images in the datafiles directory. # -DEST=../../datafiles/tours +DEST=../../../resources/datafiles/tours CONVERSION="-background #ececec -flatten -geometry 600x400 -quality 85" @@ -27,4 +27,4 @@ find -iname "*.png" -o -iname "*.jpg" | grep -v MANUAL | while read FILE; do BASE="$(echo $FILE | sed 's/\.png$//' | sed 's/\.jpg$//')" convert $CONVERSION $FILE $DEST/$BASE.jpg -done \ No newline at end of file +done