Skip to content

Commit

Permalink
check-load is not yet to be released
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Oct 8, 2015
1 parent dc416d2 commit 7925214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/deb/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package=mackerel-check-plugins
override_dh_auto_install:
dh_auto_install
install -d -m 755 debian/tmp/usr/local/bin
for i in file-age http load procs;do \
for i in file-age http procs;do \
install -m755 debian/check-$$i debian/tmp/usr/local/bin; \
done

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mackerel.io check plugins

%{__mkdir} -p %{buildroot}%{__targetdir}

for i in file-age http load procs;do \
for i in file-age http procs;do \
%{__install} -m0755 %{_sourcedir}/build/check-$i %{buildroot}%{__targetdir}/; \
done

Expand Down

0 comments on commit 7925214

Please sign in to comment.