hddtemp.guncellendi

This commit is contained in:
milisarge 2017-06-14 01:43:20 +03:00
parent 45e6fad441
commit 9ae74f67a3
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
name=hddtemp
version=0.3-beta15
release=1
release=2
source=(http://nongnu.askapache.com/hddtemp/$name-$version.tar.bz2
http://nongnu.askapache.com/hddtemp/hddtemp.db
hddtemp-0.3-beta15-satacmds.patch
@ -33,5 +33,5 @@ build() {
make
make DESTDIR=$PKG install
install -m 0644 -D $SRC/hddtemp.db $PKG/etc/hddtemp.db
install -m 0744 -D $SRC/hddtemp.rc $PKG/etc/rc.d/hddtemp
install -m 0744 -D $SRC/hddtemp.rc $PKG/etc/rc.d/init.d/hddtemp
}