1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-03 09:17:50 +03:00

add parameter to install/fetch translations

This commit is contained in:
Michail Vourlakos 2017-09-08 18:04:20 +03:00
parent 72950dc678
commit 5987072fe9

View File

@ -13,7 +13,13 @@ fi
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=$build_type ..
make
if [ $1 == "-translations" ] ; then
make fetch-translations
else
make
fi
sudo make install
oldDeskFile="/usr/share/applications/latte-dock.desktop"