pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mariadb104-client: mark install_db script executable



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Apr 29 10:05:35 2021 +0200
Changeset:	f6ab7b349311325370f2260778a0ad5a86242e72

Modified Files:
	mariadb104-client/Makefile

Log Message:
mariadb104-client: mark install_db script executable

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f6ab7b349311325370f2260778a0ad5a86242e72

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mariadb104-client/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/mariadb104-client/Makefile b/mariadb104-client/Makefile
index 6fc74d0ea4..cb7474d9fd 100644
--- a/mariadb104-client/Makefile
+++ b/mariadb104-client/Makefile
@@ -11,4 +11,7 @@ CMAKE_ARGS+=	-DWITHOUT_SERVER=ON
 
 INSTALL_DIRS+=	client include libmariadb man scripts
 
+post-install:
+	${CHMOD} +x ${DESTDIR}${PREFIX}/bin/mysql_install_db
+
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index