OSDN Git Service

generic: replace installation paths with KDE4_ prefixed
[kde/kde-l10n.git] / update.sh
1 #!/bin/bash
2
3 sed '/macro_optional_add_subdirectory/d' -i CMakeLists.txt
4 for i in *;do
5     if [ -d "$i" ];then
6         echo "macro_optional_add_subdirectory( $i )" >> CMakeLists.txt
7     fi
8 done