mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-18 01:58:41 -05:00
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@346 f882894a-f735-0410-b71e-b25c423dba1c
10 lines
114 B
Bash
Executable file
10 lines
114 B
Bash
Executable file
#! /bin/sh
|
|
|
|
aclocal -I lib
|
|
autoconf
|
|
autoheader
|
|
automake
|
|
|
|
if [ -f debian/rules ] ; then
|
|
chmod +x debian/rules
|
|
fi
|