diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Zip_brand_dev.mk | 2 | ||||
-rw-r--r-- | desktop/Zip_shell.mk | 2 | ||||
-rw-r--r-- | desktop/branding/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/desktop/Zip_brand_dev.mk b/desktop/Zip_brand_dev.mk index 4ab19318f1b2..72f2261fb10c 100644 --- a/desktop/Zip_brand_dev.mk +++ b/desktop/Zip_brand_dev.mk @@ -25,7 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_Zip_Zip,brand_dev/intro,$(SRCDIR)/default_images/brand_dev)) +$(eval $(call gb_Zip_Zip,brand_dev/intro,$(SRCDIR)/icon-themes/galaxy/brand_dev)) $(eval $(call gb_Zip_add_files,brand_dev/intro,\ about.png \ diff --git a/desktop/Zip_shell.mk b/desktop/Zip_shell.mk index 08c6b811b8ba..3803cf4c3133 100644 --- a/desktop/Zip_shell.mk +++ b/desktop/Zip_shell.mk @@ -25,7 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_Zip_Zip,shell,$(SRCDIR)/default_images/brand/shell)) +$(eval $(call gb_Zip_Zip,shell,$(SRCDIR)/icon-themes/galaxy/brand/shell)) $(eval $(call gb_Zip_add_files,shell,\ backing_left.png \ diff --git a/desktop/branding/Makefile b/desktop/branding/Makefile index 46ca14dd0574..85d5769c7ca5 100644 --- a/desktop/branding/Makefile +++ b/desktop/branding/Makefile @@ -28,11 +28,11 @@ SRCDIR := $(realpath $(dir $(firstword $(MAKEFILE_LIST)))/../..) ifeq ($(strip $(ABOUT_BITMAP)),) -ABOUT_BITMAP := $(SRCDIR)/default_images/brand/about.png +ABOUT_BITMAP := $(SRCDIR)/icon-themes/galaxy/brand/about.png endif ifeq ($(strip $(INTRO_BITMAP)),) -INTRO_BITMAP := $(SRCDIR)/default_images/brand/intro.png +INTRO_BITMAP := $(SRCDIR)/icon-themes/galaxy/brand/intro.png endif $(WORKDIR)/CustomTarget/desktop/branding/about.png : $(ABOUT_BITMAP) |