libcppunit: finally fix libcppunit-examples

This commit is contained in:
maxice8 2019-01-14 05:54:40 -02:00
parent cd65237e9b
commit df53a54525
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ libcppunit-examples_package() {
pkg_install() {
vmkdir usr/share/libcppunit
vcopy examples usr/share/libcppunit
rm -f -- ${DESTDIR}/usr/share/libcppunit/examples/simple/.libs/simple
rm -f -- ${PKGDESTDIR}/usr/share/libcppunit/examples/simple/.libs/simple
}
}