libstr-c

C string library
git clone https://git.sinitax.com/sinitax/libstr-c
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

commit 9e25db5be637a559cea4708f22ac21865dbc9cb8
parent 775319a46ef431de38b08ba07d12a3d41a1c391e
Author: Louis Burda <quent.burda@gmail.com>
Date:   Tue, 30 May 2023 15:47:20 +0200

Remove executable permissions from headers install

Diffstat:
Mbuild.jst.tmpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.jst.tmpl b/build.jst.tmpl @@ -57,7 +57,7 @@ command cleanall command install install -m755 build/libstr.a -t "#{DESTDIR}#{PREFIX}#{LIBDIR}" install -m755 build/libstr.so -t "#{DESTDIR}#{PREFIX}#{LIBDIR}" - install -m755 include/str.h -t "#{DESTDIR}#{PREFIX}#{INCLDIR}" + install -m644 include/str.h -t "#{DESTDIR}#{PREFIX}#{INCLDIR}" command uninstall rm -f "#{DESTDIR}#{PREFIX}#{LIBDIR}/libstr.a"