summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-05-30 15:47:41 +0200
committerLouis Burda <quent.burda@gmail.com>2023-05-30 15:47:41 +0200
commit0e306e288ae9081568f22ab1f87af753fc6c317c (patch)
tree1e9e7640061de856164abea3bf9cd57bd802f24c
parentb9d452cb79b00278188b8ba229ac77915038340a (diff)
downloadlibstrvec-c-0e306e288ae9081568f22ab1f87af753fc6c317c.tar.gz
libstrvec-c-0e306e288ae9081568f22ab1f87af753fc6c317c.zip
Remove executable permissions from headers install
-rw-r--r--build.jst.tmpl2
1 files changed, 1 insertions, 1 deletions
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"