diff --git a/srcpkgs/cinnamon-translations/template b/srcpkgs/cinnamon-translations/template index 7f18a1effd..38e357f5d9 100644 --- a/srcpkgs/cinnamon-translations/template +++ b/srcpkgs/cinnamon-translations/template @@ -13,6 +13,6 @@ do_fetch() { git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version} } do_install () { - vmkdir /usr/share/cinnamon/locale - cp -a mo-export/* ${DESTDIR}/usr/share/cinnamon/locale + vmkdir /usr/share/locale + cp -a usr/share/locale/* ${DESTDIR}/usr/share/locale }