From f4f62e3cfc6a23b098b6ddcc85ca3eec12f96f0d Mon Sep 17 00:00:00 2001 From: NicJA Date: Fri, 14 Apr 2017 07:28:56 +0000 Subject: [PATCH] make sure to copy the wanted icons, and not just Sashimi .. (doh) git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54515 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- images/IconSets/Gorilla/Icons/Medium/AROS/Developer/Debug/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/IconSets/Gorilla/Icons/Medium/AROS/Developer/Debug/mmakefile.src b/images/IconSets/Gorilla/Icons/Medium/AROS/Developer/Debug/mmakefile.src index 0569f0c416..af1d28d737 100644 --- a/images/IconSets/Gorilla/Icons/Medium/AROS/Developer/Debug/mmakefile.src +++ b/images/IconSets/Gorilla/Icons/Medium/AROS/Developer/Debug/mmakefile.src @@ -15,5 +15,5 @@ ADDITIONALICONS := Bifteck Hardware Tests %build_icons mmake=iconset-Gorilla-wbench-icons-aros-debug icons=$(BASEICONS) \ dir=$(AROS_DEBUG) -%build_icons mmake=iconset-Gorilla-additional-icons-aros-debug icons=$(BASEICONS) \ +%build_icons mmake=iconset-Gorilla-additional-icons-aros-debug icons=$(ADDITIONALICONS) \ dir=$(AROS_DEBUG) -- 2.11.4.GIT