mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
libcppunit: finally fix libcppunit-examples
This commit is contained in:
parent
cd65237e9b
commit
df53a54525
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ libcppunit-examples_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir usr/share/libcppunit
|
vmkdir usr/share/libcppunit
|
||||||
vcopy examples 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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue