parted: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 10:31:54 +02:00
parent 6b625c9ba4
commit bab7a7fdfd

View file

@ -1,10 +1,10 @@
# Template file for 'parted'
pkgname=parted
version=3.2
revision=3
revision=4
build_style=gnu-configure
# parted wants off_t as 64bit type
configure_args="ac_cv_sizeof_off_t=8"
configure_args="ac_cv_sizeof_off_t=8 --sbindir=/usr/bin"
hostmakedepends="pkg-config"
makedepends="libuuid-devel libblkid-devel ncurses-devel readline-devel device-mapper-devel"
short_desc="The GNU Parted disk partition resizing program"