mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
zerofree: move to usr/bin.
This commit is contained in:
parent
feb3144b4b
commit
43318c0d73
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zerofree'
|
# Template file for 'zerofree'
|
||||||
pkgname=zerofree
|
pkgname=zerofree
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="e2fsprogs-devel"
|
makedepends="e2fsprogs-devel"
|
||||||
short_desc="A tool to zero free blocks in an ext2 filesystem"
|
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
|
checksum=3acfda860be0f0ddcb5c982ff3b4475b1ee8cc35a90ae2a910e93261dbe0ccf6
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall zerofree 755 usr/sbin
|
vbin $pkgname
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue