From df53a5452540d12f778fc4db415b9c6f750376b2 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 14 Jan 2019 05:54:40 -0200 Subject: [PATCH] libcppunit: finally fix libcppunit-examples --- srcpkgs/libcppunit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcppunit/template b/srcpkgs/libcppunit/template index 87f672a73c2..6bad34ffbe5 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/libcppunit/examples/simple/.libs/simple + rm -f -- ${PKGDESTDIR}/usr/share/libcppunit/examples/simple/.libs/simple } }