Skip to content

Commit

Permalink
Fix Wine-Utils Package Build
Browse files Browse the repository at this point in the history
  • Loading branch information
KreitinnSoftware committed Nov 23, 2024
1 parent 6a0cf2f commit 7997406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export WINE_UTILS_PKG="$INIT_DIR/Wine-Utils-($GIT_SHORT_SHA)-any.rat"

if [ ! -f "$WINE_UTILS_PKG" ]; then
./download-external-dependencies.sh
./create-rat-pkg.sh "Wine-Utils" "any" "($GIT_SHORT_SHA)" "wine-utils" "$INIT_DIR/wine-utils" "$INIT_DIR"
./create-rat-pkg.sh "Wine-Utils" "Wine Utils" "any" "($GIT_SHORT_SHA)" "wine-utils" "$INIT_DIR/wine-utils" "$INIT_DIR"
fi

ROOTFS_PKGS+=" $WINE_UTILS_PKG"
Expand Down

0 comments on commit 7997406

Please sign in to comment.