Skip to content

Commit

Permalink
Call createapkdeps for apk repos
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Dec 5, 2024
1 parent 9c57ca2 commit c4ab206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init_buildsystem
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ create_cache_file() {
set -- $BUILD_DIR/createyastdeps --cachedir="$CACHE_DIR" "$SRC"
elif test "$SRCREPOTYPE" = hdlist2 ; then
set -- $BUILD_DIR/createmdkdeps --cachedir="$CACHE_DIR" "$SRC"
elif test "$SRCREPOTYPE" = apk ; then
set -- $BUILD_DIR/createapkdeps --cachedir="$CACHE_DIR" "$SRC"
else
set -- $BUILD_DIR/createrepomddeps --cachedir="$CACHE_DIR" "$SRC"
fi
Expand Down

0 comments on commit c4ab206

Please sign in to comment.