"""cleanup"""
Build/Publish XBPS / build-and-publish (push) Failing after 20s Details

This commit is contained in:
Luca Bilke 2024-05-20 23:53:34 +02:00
parent ba6da2178b
commit 9247cf4781
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ maintainer="luca <luca@snaile.de>"
distfiles="https://github.com/mdomlop/retrosmart-x11-cursors/archive/refs/tags/3.1a.tar.gz"
pre_fetch() {
if ! cd "$XBPS_SRCDISTDIR"; then
cd "$XBPS_SRCDISTDIR" || {
msg_error "$pkgver: cannot change dir to $XBPS_BUILDDIR!\n"
exit 1
fi
}
url="${distfiles}"
distfile="$(basename "$url")"