mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -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() {
|
||||
dodoc LICENSE.txt README.md
|
||||
dolib.so ${BUILD_DIR}/src/libsirit.so
|
||||
dolib.so "${BUILD_DIR}/src/libsirit.so"
|
||||
doheader -r include/sirit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user