diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 7c25f52..6a9dc78 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -23,11 +23,14 @@ build() { CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common ./configure --prefix=/usr make + cd cli + make CFLAGS="$CFLAGS -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations" LDFLAGS="$LDFLAGS" } package() { cd packETH-${pkgver} make DESTDIR="${pkgdir}" install + install -Dm 755 -t "${pkgdir}"/usr/bin cli/packETHcli } # vim: ts=2 sw=2 et: