From fbaa104230ceadf0da68f4d6382feba1c3ed2349 Mon Sep 17 00:00:00 2001 From: Serguei Makarov Date: Tue, 7 May 2013 14:35:36 -0400 Subject: [PATCH] java/byteman configury: fix permissions on libHelperSDT.so --- java/Makefile.am | 2 +- java/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/Makefile.am b/java/Makefile.am index 804db6379..ed5d6cb99 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -53,7 +53,7 @@ HelperSDT.jar: HelperSDT.class libHelperSDT.so # place/install libHelperSDT.so and HelperSDT.jar install-exec-local: - $(INSTALL_DATA) -D libHelperSDT.so $(DESTDIR)$(pkglibexecdir)/libHelperSDT.so + $(INSTALL_PROGRAM) -D libHelperSDT.so $(DESTDIR)$(pkglibexecdir)/libHelperSDT.so install-data-local: HelperSDT.jar $(INSTALL_DATA) -D libHelperSDT_getarch.class $(DESTDIR)$(pkglibexecdir)/libHelperSDT_getarch.class $(INSTALL_DATA) -D HelperSDT.jar $(DESTDIR)$(pkglibexecdir)/HelperSDT.jar diff --git a/java/Makefile.in b/java/Makefile.in index 67b14277a..a41004a11 100644 --- a/java/Makefile.in +++ b/java/Makefile.in @@ -682,7 +682,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-local \ # place/install libHelperSDT.so and HelperSDT.jar @HAVE_JAVA_TRUE@install-exec-local: -@HAVE_JAVA_TRUE@ $(INSTALL_DATA) -D libHelperSDT.so $(DESTDIR)$(pkglibexecdir)/libHelperSDT.so +@HAVE_JAVA_TRUE@ $(INSTALL_PROGRAM) -D libHelperSDT.so $(DESTDIR)$(pkglibexecdir)/libHelperSDT.so @HAVE_JAVA_TRUE@install-data-local: HelperSDT.jar @HAVE_JAVA_TRUE@ $(INSTALL_DATA) -D libHelperSDT_getarch.class $(DESTDIR)$(pkglibexecdir)/libHelperSDT_getarch.class @HAVE_JAVA_TRUE@ $(INSTALL_DATA) -D HelperSDT.jar $(DESTDIR)$(pkglibexecdir)/HelperSDT.jar -- 2.43.5