flameshot

This commit is contained in:
milisbir 2018-03-06 11:17:20 +02:00
parent a712627bad
commit e19a26a9a1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ derle() {
install -Dm644 "./docs/desktopEntry/package/flameshot-init.desktop" "${PKG}/usr/share/applications/flameshot-init.desktop"
install -Dm644 "./img/flameshot.png" "${PKG}/usr/share/icons/flameshot.png"
mkdir -p ${PKG}/usr/share/flameshot/translations
install -Dm644 ./translation/*.qm ${PKG}/usr/share/flameshot/translations/
install -Dm644 ./translations/*.qm ${PKG}/usr/share/flameshot/translations/
/usr/lib/qt5/bin/lrelease $SRC/flame-Internationalization_tr.ts -qm ${PKG}/usr/share/flameshot/translations/Internationalization_tr.qm
}