From a9cf7e49fb5e9a577f09a4fc5d657237ddbaad93 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 14 Jan 2019 05:44:47 -0200 Subject: [PATCH] libcppunit: fix removal of ELF files in /usr/share --- srcpkgs/libcppunit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcppunit/template b/srcpkgs/libcppunit/template index 926fb1bbfb7..87f672a73c2 100644 --- a/srcpkgs/libcppunit/template +++ b/srcpkgs/libcppunit/template @@ -39,6 +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 + rm -f -- ${DESTDIR}/usr/share/libcppunit/examples/simple/.libs/simple } }