We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5647d44 commit 712b449Copy full SHA for 712b449
build/env/packages/glib
@@ -21,7 +21,7 @@ https://download.gnome.org/sources/glib/2.84/$PACKAGE.tar.xz \
21
sha256:$CHECKSUM
22
23
rm -Rf build/env/_temp && mkdir build/env/_temp && cd build/env/_temp
24
-tar xf ../_sources/$PACKAGE.tar.xz
+tar xf ../_sources/$PACKAGE.tar.xz || true
25
cd $PACKAGE
26
27
#python3 ../../replace.py \
0 commit comments