mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
9 lines
172 B
Bash
Executable file
9 lines
172 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
mkdir -p kaffeine_build
|
|
cd kaffeine_build
|
|
cmake ../kaffeine -DBUILD_TOOLS=1
|
|
make updatedvbsi
|
|
cd ../kaffeine/tools
|
|
../../kaffeine_build/tools/updatedvbsi
|