commit e0e71f2adfcb2f9a115a0ef11b16789e2249b5da
parent 1d07d4a887d6d6be13440042595f96ed9c0a2f37
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 18 Jul 2023 16:58:19 +0200
Fix install Makefile target
Target directory for license and README files was wrong
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -143,7 +143,7 @@ install: build_library pkg
@$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/lib" $(LIBNAME)
@$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/lib/pkgconfig" ssf.pc
@$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/include/star" src/ssf.h
- @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/shared/doc/star-sf" COPYING README.md
+ @$(SHELL) make.sh install "$(DESTDIR)$(PREFIX)/share/doc/star-sf" COPYING README.md
uninstall:
rm -f "$(DESTDIR)$(PREFIX)/lib/$(LIBNAME)"