1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00

Do not include the README in the repodir

This commit is contained in:
Mark Schouten
2015-08-20 14:18:10 +02:00
parent 77864124dc
commit 64932630f0
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@ install:
mkdir -p $(PREFIX)/usr/lib/check_mk_agent/repo
mkdir -p $(PREFIX)/usr/lib/check_mk_agent/local
cp -r agent-local/* $(PREFIX)/usr/lib/check_mk_agent/repo/
rm $(PREFIX)/usr/lib/check_mk_agent/repo/README
mkdir -p $(PREFIX)/usr/bin
install -m 0750 check_mk_agent $(PREFIX)/usr/bin/check_mk_agent
install -m 0750 mk_enplug $(PREFIX)/usr/bin/mk_enplug

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
librenms-agent (1.0.1) stable; urgency=low
- Do not include the README in the repodir
-- Mark Schouten <mark@tuxis.nl> Thu, 20 Aug 2015 14:15:00 +0200
librenms-agent (1.0) stable; urgency=low
- Initial package release