[Libreoffice-commits] core.git: vcl/Package_tipoftheday.mk
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 10 20:42:16 UTC 2019
vcl/Package_tipoftheday.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ea9c13be02ba731074fa4207944ff7df40a0fb5c
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Apr 10 21:38:47 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Apr 10 21:39:09 2019 +0100
fix build failure, use explicit $(SRCDIR)
presumably this makefile should actually be in extras (?)
Change-Id: Ie38c7f5662c5577f5de11600645049757031a697
diff --git a/vcl/Package_tipoftheday.mk b/vcl/Package_tipoftheday.mk
index 165249cce491..f26548b85175 100644
--- a/vcl/Package_tipoftheday.mk
+++ b/vcl/Package_tipoftheday.mk
@@ -7,7 +7,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Package_Package,tipoftheday_images,extras/source/tipoftheday))
+$(eval $(call gb_Package_Package,tipoftheday_images,$(SRCDIR)/extras/source/tipoftheday))
$(eval $(call gb_Package_add_files_with_dir,tipoftheday_images,$(LIBO_SHARE_FOLDER)/tipoftheday,\
tipoftheday.png \
More information about the Libreoffice-commits
mailing list