liballoc-c

C generic allocator interface
git clone https://git.sinitax.com/sinitax/liballoc-c
Log | Files | Refs | LICENSE | sfeed.txt

commit 3f388a2659ae2d121322101930d33412815d84e6
parent 9c255c51733f553c653590a36aa089af89b18fd4
Author: Louis Burda <quent.burda@gmail.com>
Date:   Tue, 30 May 2023 15:44:09 +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 @@ -48,7 +48,7 @@ command cleanall command install install -m755 build/liballoc.a -t "#{DESTDIR}#{PREFIX}#{LIBDIR}" install -m755 build/liballoc.so -t "#{DESTDIR}#{PREFIX}#{LIBDIR}" - install -m755 include/allocator.h -t "#{DESTDIR}#{PREFIX}#{INCLDIR}" + install -m644 include/allocator.h -t "#{DESTDIR}#{PREFIX}#{INCLDIR}" command uninstall rm -f "#{DESTDIR}#{PREFIX}#{LIBDIR}/liballoc.a"