zerofree: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 18:08:22 +02:00
parent feb3144b4b
commit 43318c0d73

View file

@ -1,7 +1,7 @@
# Template file for 'zerofree'
pkgname=zerofree
version=1.0.3
revision=3
revision=4
build_style=gnu-makefile
makedepends="e2fsprogs-devel"
short_desc="A tool to zero free blocks in an ext2 filesystem"
@ -12,5 +12,5 @@ distfiles="http://intgat.tigress.co.uk/rmy/uml/${pkgname}-${version}.tgz"
checksum=3acfda860be0f0ddcb5c982ff3b4475b1ee8cc35a90ae2a910e93261dbe0ccf6
do_install() {
vinstall zerofree 755 usr/sbin
vbin $pkgname
}