Makefile: install licenses.

This commit is contained in:
Juan RP 2020-04-20 19:28:59 +02:00
parent ed3f7b99af
commit 07d8735db6
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ install: all
@for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir install || exit 1; \
done
install -d $(DESTDIR)$(SHAREDIR)/licenses/xbps
install -m644 ./LICENSE $(DESTDIR)$(SHAREDIR)/licenses/xbps
install -m644 ./LICENSE.3RDPARTY $(DESTDIR)$(SHAREDIR)/licenses/xbps
uninstall:
@for dir in $(SUBDIRS); do \