From dcec4b1aec942f51e0d74fcddc6bce881bc34ad5 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 20 Oct 2017 15:54:20 +0200 Subject: [PATCH] Bump --- debian/docs | 3 +-- debian/rules | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/docs b/debian/docs index 9b419bf..8b84fa5 100644 --- a/debian/docs +++ b/debian/docs @@ -3,5 +3,4 @@ doc/INSTALLATION_enGB.txt doc/CHANGELOG doc/README_SSH_KEY doc/LICENSE -doc/LIZENZ -README.md \ No newline at end of file +doc/LIZENZ \ No newline at end of file diff --git a/debian/rules b/debian/rules index c451df1..1b21278 100755 --- a/debian/rules +++ b/debian/rules @@ -40,7 +40,6 @@ install: build mkdir -p $(CURDIR)/$(DESTDIR)/usr/share/nagiosql/htdocs/ rsync -avr --exclude 'debian' --exclude '*-stamp' --exclude '.pc' $(CURDIR)/ $(CURDIR)/$(DESTDIR)/usr/share/nagiosql/htdocs/ rm -rf $(DESTDIR)/usr/share/nagiosql/htdocs/doc - rm -rf $(DESTDIR)/usr/share/nagiosql/htdocs/README.md install -m 644 debian/apache.conf $(DESTDIR)/etc/nagiosql/ # Build architecture-dependent files here.