diff --git a/srcpkgs/tcping/template b/srcpkgs/tcping/template index 77dee05500..bd3e061489 100644 --- a/srcpkgs/tcping/template +++ b/srcpkgs/tcping/template @@ -10,11 +10,10 @@ homepage="http://www.linuxco.de/tcping/tcping.html" distfiles="http://pkgs.fedoraproject.org/repo/pkgs/$pkgname/$pkgname-$version.tar.gz/f9dd03c730db6999ca8beca479f078e3/$pkgname-$version.tar.gz" checksum=1ad52e904094d12b225ac4a0bc75297555e931c11a1501445faa548ff5ecdbd0 -do_configure () { +do_configure() { sed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile } -do_install () { - vmkdir usr/bin - vinstall tcping 755 usr/bin +do_install() { + vbin tcping }