From 379c82c851020d9a9ad2660523dd9996aa2044d4 Mon Sep 17 00:00:00 2001 From: geos_one Date: Fri, 8 Aug 2025 11:18:58 +0200 Subject: [PATCH] correct license path --- debian/docs | 2 +- debian/rules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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.