From 0e306e288ae9081568f22ab1f87af753fc6c317c Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Tue, 30 May 2023 15:47:41 +0200 Subject: Remove executable permissions from headers install --- build.jst.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.jst.tmpl b/build.jst.tmpl index 833bd57..6cfa4dc 100644 --- a/build.jst.tmpl +++ b/build.jst.tmpl @@ -62,7 +62,7 @@ command cleanall command install install -m755 build/libstrvec.a -t "#{DESTDIR}#{PREFIX}#{LIBDIR}" install -m755 build/libstrvec.so -t "#{DESTDIR}#{PREFIX}#{LIBDIR}" - install -m755 include/strvec.h -t "#{DESTDIR}#{PREFIX}#{INCLDIR}" + install -m644 include/strvec.h -t "#{DESTDIR}#{PREFIX}#{INCLDIR}" command uninstall rm -f "#{DESTDIR}#{PREFIX}#{LIBDIR}/libstrvec.a" -- cgit v1.2.3-71-gd317