mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-23 01:33:50 +03:00
remove locale directory in build directory
This commit is contained in:
parent
ecc102aa81
commit
ffed544aac
@ -17,6 +17,9 @@ if [ $1 == "-translations" ] ; then
|
||||
if [ -a po ] ; then
|
||||
sudo rm -fr po
|
||||
fi
|
||||
if [ -a locale ] ; then
|
||||
sudo rm -fr locale
|
||||
fi
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DKDE_L10N_BRANCH=trunk -DKDE_L10N_AUTO_TRANSLATIONS=ON -DCMAKE_BUILD_TYPE=$build_type ..
|
||||
make fetch-translations
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user