aerothemeplasma/KWin/smod_kwin_theme/rebuild-decoration.sh

12 lines
162 B
Bash
Executable File

#!/bin/bash
echo "Building decoration"
echo
cd breeze || exit 1
mkdir -p build
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr .
make -C build && echo "Done"
cd ..