Skip to content

Commit 9c6d00d

Browse files
committed
don't copy theme at all
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45840 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent 17b1943 commit 9c6d00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vice/src/arch/shared/make-bindist_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ elif [ "$UI_TYPE" = "GTK3" ]; then
400400
# print
401401
# }
402402
# }' < "$in_icons/index.theme" > "$out_icons/index.theme"
403-
cp -r "$in_icons/scalable" "$out_icons/"
403+
# cp -r "$in_icons/scalable" "$out_icons/"
404404

405405
# create the icon-theme.cache file
406406
$GTK_UPDATE_ICON_CACHE "$out_icons/"

0 commit comments

Comments
 (0)