diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-05-30 15:47:41 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-05-30 15:47:41 +0200 |
| commit | 0e306e288ae9081568f22ab1f87af753fc6c317c (patch) | |
| tree | 1e9e7640061de856164abea3bf9cd57bd802f24c | |
| parent | b9d452cb79b00278188b8ba229ac77915038340a (diff) | |
| download | libstrvec-c-0e306e288ae9081568f22ab1f87af753fc6c317c.tar.gz libstrvec-c-0e306e288ae9081568f22ab1f87af753fc6c317c.zip | |
Remove executable permissions from headers install
| -rw-r--r-- | build.jst.tmpl | 2 |
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" |
