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