mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-23 18:42:54 +00:00
update.sh: remove entries before adding them
This commit is contained in:
parent
09de702607
commit
5ae2f30a92
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
sed '/macro_optional_add_subdirectory/d' -i CMakeLists.txt
|
||||
for i in *;do
|
||||
if [ -d "$i" ];then
|
||||
echo "macro_optional_add_subdirectory( $i )" >> CMakeLists.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue