diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 60ecf04..c6106de 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,7 @@ binary-arch: checkroot build install -m755 src/ivymon debian/tmp/usr/bin/ivymon # Must have debmake installed for this to work. Otherwise please copy # /usr/bin/debstd into the debian directory and change debstd to debian/debstd + pod2man src/ivymon > src/ivymon.1 debstd dpkg-gencontrol chown -R root.root debian/tmp |