cinnamon-translations: fix installation.
This commit is contained in:
parent
96e9cecf32
commit
8101590bc9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue