mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-cpp/scitokens-cpp: die if unbundling fails
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ PATCHES=(
|
||||
|
||||
src_prepare() {
|
||||
# Unbundle dev-cpp/gtest, dev-cpp/jwt-cpp
|
||||
rm -rvf vendor
|
||||
rm -r vendor || die
|
||||
# Fix include path for picojson.
|
||||
find src/ \( -name '*.cpp' -o -name '*.h' \) -type f -print0 | xargs -0 sed -r -e "s:picojson/picojson\.h:picojson.h:g" -i || die
|
||||
cmake_src_prepare
|
||||
|
||||
Reference in New Issue
Block a user