[pkg-nagios-changes] [Git][nagios-team/pkg-nagios-plugins-contrib][master] Fix path for madrisan plugins
Jan Wagner (@waja)
gitlab at salsa.debian.org
Fri Dec 17 14:27:22 GMT 2021
Jan Wagner pushed to branch master at Debian Nagios Maintainer Group / pkg-nagios-plugins-contrib
Commits:
b3528f10 by Jan Wagner at 2021-12-17T15:19:21+01:00
Fix path for madrisan plugins
- - - - -
1 changed file:
- madrisan-nagios-plugins-linux/Makefile
Changes:
=====================================
madrisan-nagios-plugins-linux/Makefile
=====================================
@@ -39,14 +39,14 @@ install:
install -d $(DESTDIR)/usr/lib/nagios
for check in $(PLUGINS); do \
if [ -h build-tree/plugins/$${check} ]; then \
- ln -s $$(readlink build-tree/plugins/$${check}) ${DESTDIR}/usr/lib/nagios/$${check} || exit 1; \
+ ln -s $$(readlink build-tree/plugins/$${check}) ${DESTDIR}/usr/lib/nagios/plugins/$${check} || exit 1; \
else \
- install -m 755 -o root -g root build-tree/plugins/$${check} ${DESTDIR}/usr/lib/nagios || exit 1; \
+ install -m 755 -o root -g root build-tree/plugins/$${check} ${DESTDIR}/usr/lib/nagios/plugins || exit 1; \
fi; \
done; true
for check in $(PLUGINS_RENAME); do \
- install -m 755 -o root -g root build-tree/plugins/$${check} ${DESTDIR}/usr/lib/nagios/check_madrisan_$${check#check_} || exit 1; \
+ install -m 755 -o root -g root build-tree/plugins/$${check} ${DESTDIR}/usr/lib/nagios/plugins/check_madrisan_$${check#check_} || exit 1; \
done; true
clean:
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib/-/commit/b3528f10de45633a98d0195cdf7654313a6665aa
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib/-/commit/b3528f10de45633a98d0195cdf7654313a6665aa
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20211217/d2703c5f/attachment.htm>
More information about the pkg-nagios-changes
mailing list