mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-libs/sirit: quote BUILD_DIR variable
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -26,6 +26,6 @@ src_configure() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dodoc LICENSE.txt README.md
|
dodoc LICENSE.txt README.md
|
||||||
dolib.so ${BUILD_DIR}/src/libsirit.so
|
dolib.so "${BUILD_DIR}/src/libsirit.so"
|
||||||
doheader -r include/sirit
|
doheader -r include/sirit
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user