diff --git a/debian/docs b/debian/docs index f3aa25f..1590d5d 100644 --- a/debian/docs +++ b/debian/docs @@ -2,4 +2,4 @@ doc/INSTALLATION_deDE.txt doc/INSTALLATION_enGB.txt doc/CHANGELOG doc/README_SSH_KEY -doc/LICENSE +LICENSE diff --git a/debian/rules b/debian/rules index 9f5078e..31a1e76 100755 --- a/debian/rules +++ b/debian/rules @@ -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.