Skip to content

Commit 712b449

Browse files
committed
Try workaround for symlink extraction error on Window
1 parent 5647d44 commit 712b449

File tree

1 file changed

+1
-1
lines changed
  • build/env/packages

1 file changed

+1
-1
lines changed

build/env/packages/glib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ https://download.gnome.org/sources/glib/2.84/$PACKAGE.tar.xz \
2121
sha256:$CHECKSUM
2222

2323
rm -Rf build/env/_temp && mkdir build/env/_temp && cd build/env/_temp
24-
tar xf ../_sources/$PACKAGE.tar.xz
24+
tar xf ../_sources/$PACKAGE.tar.xz || true
2525
cd $PACKAGE
2626

2727
#python3 ../../replace.py \

0 commit comments

Comments
 (0)