diff options
author | Simon Gloßner <viper@hometux.de> | 2006-12-21 09:45:43 +0100 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2006-12-21 09:45:43 +0100 |
commit | 21e791ba2bc4c93cd2ab99b0dd4ccb7d6c5fd4ad (patch) | |
tree | 03456fc7168f5431b4d28f8511949377ff9d6cf6 /smartmontools/Pkgfile | |
parent | 234bc2b5ab9b49316636c666d910dbefbcb6c176 (diff) | |
download | opt-21e791ba2bc4c93cd2ab99b0dd4ccb7d6c5fd4ad.tar.gz opt-21e791ba2bc4c93cd2ab99b0dd4ccb7d6c5fd4ad.tar.xz |
smartmontools: updated to 5.37
Diffstat (limited to 'smartmontools/Pkgfile')
-rw-r--r-- | smartmontools/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/smartmontools/Pkgfile b/smartmontools/Pkgfile index ab8fddcbe..44cb937f1 100644 --- a/smartmontools/Pkgfile +++ b/smartmontools/Pkgfile @@ -4,7 +4,7 @@ # Packager: Jürgen Daubert, juergen dot daubert at t-online dot de name=smartmontools -version=5.36 +version=5.37 release=1 source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz \ smartd) @@ -14,6 +14,7 @@ build () { ./configure \ --prefix=/usr \ + --mandir=/usr/man \ --sysconfdir=/etc make make DESTDIR=$PKG install |