duperemove: move to /bin.

This commit is contained in:
Juan RP 2015-04-03 12:05:56 +02:00
parent 67979e383b
commit 0b616323b1

View file

@ -1,9 +1,8 @@
# Template file for 'duperemove'
pkgname=duperemove
version=0.09.2
revision=2
revision=3
build_pie=yes
build_style=gnu-makefile
short_desc="Tools for deduping file systems"
maintainer="Enno Boland <eb@s01.de>"
hostmakedepends="pkg-config"
@ -16,3 +15,6 @@ checksum=2f7155bb916f4827a940c7ceb16c785b529320e621d3c7cbbd78639a06e65094
do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
}
do_install() {
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
}