diff options
author | etienne | 2001-01-11 08:42:45 +0000 |
---|---|---|
committer | etienne | 2001-01-11 08:42:45 +0000 |
commit | 80f35c9250c31588abee69ace14faf0bdbbb3d0c (patch) | |
tree | 5095253741a34cc98c47dc379cf8383cd030e9c4 /debian/rules | |
parent | d9afa49dfc68cb6d418f3d4191a8fe19e125f965 (diff) | |
download | ivymon-80f35c9250c31588abee69ace14faf0bdbbb3d0c.zip ivymon-80f35c9250c31588abee69ace14faf0bdbbb3d0c.tar.gz ivymon-80f35c9250c31588abee69ace14faf0bdbbb3d0c.tar.bz2 ivymon-80f35c9250c31588abee69ace14faf0bdbbb3d0c.tar.xz |
*** empty log message ***
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 |