star-3daw

Create star-3d geometries from OBJ files
git clone git://git.meso-star.fr/star-3daw.git
Log | Files | Refs | README | LICENSE

commit be3b10da67530b25097dba01d3b7ec973248333a
parent 042b28a45ef38a5ed15a82d3fb529d10fbb3898b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 18 Jul 2023 11:08:19 +0200

Fix marginal typo in Makefile

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -90,7 +90,7 @@ s3daw-local.pc: s3daw.pc.in install: build_library pkg @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/lib" $(LIBNAME) - @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/lib/pkgconfig/" s3daw.pc + @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/lib/pkgconfig" s3daw.pc @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/include/star" src/s3daw.h @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/share/doc/star-3daw"\ COPYING README.md