mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
12 lines
182 B
Bash
12 lines
182 B
Bash
![]() |
#!/bin/sh
|
||
|
set -eu
|
||
|
|
||
|
# not for production use
|
||
|
|
||
|
sourcedir=$(pwd)
|
||
|
cd ~/bin/kaffeine-build
|
||
|
cmake -DBUILD_TOOLS=1 .
|
||
|
make updatesource
|
||
|
cd $sourcedir
|
||
|
~/bin/kaffeine-build/tools/updatesource
|