From 3995ed84f4765a44bb4035c6dc037f03d495e37a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 14 Jan 2019 05:22:41 -0200 Subject: [PATCH] libcppunit: remove ELF file from /usr/share/examples --- srcpkgs/libcppunit/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libcppunit/template b/srcpkgs/libcppunit/template index da9e9e3c735..926fb1bbfb7 100644 --- a/srcpkgs/libcppunit/template +++ b/srcpkgs/libcppunit/template @@ -39,5 +39,6 @@ libcppunit-examples_package() { pkg_install() { vmkdir usr/share/libcppunit vcopy examples usr/share/libcppunit + rm -f -- ${DESTDIR}/usr/share/examples/simple/.libs/simple } }