games-board/capicity: fix icon installation

This commit is contained in:
Julian Ospald 2016-02-26 01:26:34 +01:00
parent b0758b5369
commit 078a7061e0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ src_install() {
dodoc "${WORK}"/CapiCity_${PV}/{changelog,README}
for res in 16 22 24 32 48 64; do
insinto /usr/share/icons/hicolor/${rex}x${res}/apps
insinto /usr/share/icons/hicolor/${res}x${res}/apps
newins "${WORK}"/CapiCity_${PV}/icons/${res}x${res}.png ${PN}.png
done