forked from hasufell/hasufell-repository
media-sound/gmusicbrowser: fix installation
This commit is contained in:
parent
f311989192
commit
7d8dd7f904
@ -43,12 +43,13 @@ DEPENDENCIES="
|
|||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake \
|
emake \
|
||||||
DOCS="AUTHORS NEWS README" \
|
DOCS="AUTHORS NEWS README" \
|
||||||
DESTDIR="${IMAGE}" \
|
DESTDIR="${IMAGE}" \
|
||||||
iconsdir="${IMAGE}/usr/share/icons/hicolor/32x32/apps" \
|
bindir="${IMAGE}/usr/$(exhost --target)/bin" \
|
||||||
liconsdir="${IMAGE}/usr/share/icons/hicolor/48x48/apps" \
|
iconsdir="${IMAGE}/usr/share/icons/hicolor/" \
|
||||||
miconsdir="${IMAGE}/usr/share/pixmaps" \
|
liconsdir="${IMAGE}/usr/share/icons/hicolor/48x48/apps" \
|
||||||
install
|
miconsdir="${IMAGE}/usr/share/pixmaps" \
|
||||||
|
install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user