mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-05 17:17:49 +03:00
add parameter to install/fetch translations
This commit is contained in:
parent
72950dc678
commit
5987072fe9
@ -13,7 +13,13 @@ fi
|
|||||||
|
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=$build_type ..
|
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=$build_type ..
|
||||||
make
|
|
||||||
|
if [ $1 == "-translations" ] ; then
|
||||||
|
make fetch-translations
|
||||||
|
else
|
||||||
|
make
|
||||||
|
fi
|
||||||
|
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
oldDeskFile="/usr/share/applications/latte-dock.desktop"
|
oldDeskFile="/usr/share/applications/latte-dock.desktop"
|
||||||
|
Loading…
Reference in New Issue
Block a user