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:
parent
72950dc678
commit
5987072fe9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user