fslint.guncellendi

This commit is contained in:
milisman 2016-10-15 04:32:30 +03:00
parent 6923e63cb4
commit f9ee6b02b4
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ build() {
install -D -m644 fslint_icon.png "${PKG}"/usr/share/$name/fslint_icon.png
mkdir -p "${PKG}"/usr/share/pixmaps
ln -s /usr/share/$name/fslint_icon.png "${PKG}"/usr/share/pixmaps/fslint_icon.png
make -C po DESTDIR="${PKG}" install
mkdir -p "${PKG}"/usr/share/fslint/po
cp -r po/locale "${PKG}"/usr/share/fslint/po/
}