mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/gloox: add missing die to 1.0.28
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -53,7 +53,7 @@ src_install() {
|
||||
|
||||
if use examples; then
|
||||
# unhide the libs directory
|
||||
mv "${S}"/src/examples/.libs "${S}"/src/examples/libs
|
||||
mv "${S}"/src/examples/.libs "${S}"/src/examples/libs || die
|
||||
|
||||
dodoc -r src/examples/
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user