Skip to content

Commit

Permalink
build-recipe-kiwi: skip creating symlinks for compat if already done
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfinder committed Apr 29, 2015
1 parent 8fc795d commit f68ead9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-recipe-kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,9 @@ recipe_build_kiwi() {
test -L $r && continue
test -d $r || continue
repo="$TOPDIR/SOURCES/repos/$r/"
# skip if already done in previous run
rr=`dirname $r`
test "$rr" = "${rr%:}" || continue
# create compatibility link for old kiwi versions
rc="${r//:/:/}"
if test "$rc" != "$r" ; then
Expand Down

0 comments on commit f68ead9

Please sign in to comment.