[Libreoffice-commits] core.git: jurt/Package_jnilib.mk

David Tardon dtardon at redhat.com
Sun Apr 21 21:57:37 PDT 2013


 jurt/Package_jnilib.mk |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 6e205903f044186392a9aca24203148167552159
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Apr 22 06:55:25 2013 +0200

    add missing package name
    
    This means the file has not been delivered since gbuildification of
    jurt (that is, since 3.6). Is is needed at all?
    
    Change-Id: Iccc0b83e87609fbd3e11bca2fdb8b56de818c1fe

diff --git a/jurt/Package_jnilib.mk b/jurt/Package_jnilib.mk
index 8767d3d..bb713d1 100644
--- a/jurt/Package_jnilib.mk
+++ b/jurt/Package_jnilib.mk
@@ -27,6 +27,8 @@
 
 $(eval $(call gb_Package_Package,jurt_jnilib,$(WORKDIR)/CustomTarget/jurt/util))
 
-$(eval $(call gb_Package_add_file,lib/$(patsubst %.dylib,%.jnilib,$(call gb_Library_get_filename,jpipe)),,$(patsubst %.dylib,%.jnilib,$(call gb_Library_get_filename,jpipe))))
+$(eval $(call gb_Package_add_files,jurt_jnilib,lib,\
+	$(patsubst %.dylib,%.jnilib,$(call gb_Library_get_filename,jpipe)) \
+))
 
 # vim:set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list