diff options
author | Juergen Daubert <jue@jue.li> | 2012-10-11 17:09:42 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-10-11 17:10:57 +0200 |
commit | f66617ee3dc6692568c03319e02cec8b74296418 (patch) | |
tree | 87c4d4ceaac7a8b04b9e3962d3f5208b454da5cf /smartmontools | |
parent | 115ca7b0c37585a5092d98be76c308c85aa36cf4 (diff) | |
download | opt-f66617ee3dc6692568c03319e02cec8b74296418.tar.gz opt-f66617ee3dc6692568c03319e02cec8b74296418.tar.xz |
smartmontools: update to 6.0
Diffstat (limited to 'smartmontools')
-rw-r--r-- | smartmontools/.md5sum | 2 | ||||
-rw-r--r-- | smartmontools/Pkgfile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/smartmontools/.md5sum b/smartmontools/.md5sum index 8b5779429..28087f433 100644 --- a/smartmontools/.md5sum +++ b/smartmontools/.md5sum @@ -1,2 +1,2 @@ 482b47077510dbac2bf8ce72907ff9f8 smartd -a1cb2c3d8cc2de377037fe9e7cef40a9 smartmontools-5.43.tar.gz +5646a07f5f4bee8e2e649de8c6b7ae87 smartmontools-6.0.tar.gz diff --git a/smartmontools/Pkgfile b/smartmontools/Pkgfile index f94abd004..34cbf0654 100644 --- a/smartmontools/Pkgfile +++ b/smartmontools/Pkgfile @@ -4,7 +4,7 @@ # Packager: Juergen Daubert, jue at crux dot nu name=smartmontools -version=5.43 +version=6.0 release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz \ smartd) @@ -24,6 +24,7 @@ build () { make make DESTDIR=$PKG install + install -d $PKG/var/lib/smartmontools install -m 755 $SRC/smartd $PKG/etc/rc.d rm -r $PKG/usr/share/doc |