correct license path

This commit is contained in:
geos_one 2025-08-08 11:18:58 +02:00
parent cff36d2b13
commit 379c82c851
2 changed files with 2 additions and 1 deletions

2
debian/docs vendored
View File

@ -2,4 +2,4 @@ doc/INSTALLATION_deDE.txt
doc/INSTALLATION_enGB.txt
doc/CHANGELOG
doc/README_SSH_KEY
doc/LICENSE
LICENSE

1
debian/rules vendored
View File

@ -40,6 +40,7 @@ install: build
mkdir -p $(CURDIR)/$(DESTDIR)/usr/share/nagiosql/htdocs/
rsync -avr --exclude 'debian' --exclude '*-stamp' --exclude '.pc' --exclude '.git' $(CURDIR)/ $(CURDIR)/$(DESTDIR)/usr/share/nagiosql/htdocs/
rm -rf $(DESTDIR)/usr/share/nagiosql/htdocs/doc
rm -rf $(DESTDIR)/usr/share/nagiosql/htdocs/LICENSE
install -m 644 debian/apache.conf $(DESTDIR)/etc/nagiosql/
# Build architecture-dependent files here.