diff --git a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild index b5dd041f78..51a1db6f85 100644 --- a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild +++ b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild @@ -33,7 +33,7 @@ src_prepare() { use !doc && truncate -s0 doc/CMakeLists.txt #Remove the test from the build - truncate -s0 test/CMakeLists.txt + truncate -s0 tests/CMakeLists.txt cmake_src_prepare }