diff options
Diffstat (limited to 'build.jst.tmpl')
| -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" |
