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:
1
Makefile
1
Makefile
@ -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
6
debian/changelog
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user