Bump
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -38,7 +38,7 @@ install: build
|
||||
|
||||
# cp -a nagiosql3/* $(DESTDIR)/usr/share/nagiosql/htdocs/.
|
||||
mkdir -p $(CURDIR)/$(DESTDIR)/usr/share/nagiosql/htdocs/
|
||||
rsync -avr --exclude 'debian' --exclude '*-stamp' --exclude '.pc' $(CURDIR)/ $(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
|
||||
install -m 644 debian/apache.conf $(DESTDIR)/etc/nagiosql/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user