mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-04-04 23:30:30 +00:00
Revert "abuild: include $pkgname in temporary rootbld directory"
This commit broke abuild-rmtemp which has a prefix check to ensure it
doesn't remove non-abuild directories. Revert the commit instead of
adjusting the prefix check for now.
This reverts commit d0828c0655
.
This commit is contained in:
parent
dcb7ec0c6b
commit
19678c5434
@ -2279,7 +2279,7 @@ rootbld() {
|
|||||||
|
|
||||||
mkusers
|
mkusers
|
||||||
|
|
||||||
BUILD_ROOT=$(mktemp -d "/var/tmp/abuild-$pkgname.XXXXXXXXXX")
|
BUILD_ROOT=$(mktemp -d /var/tmp/abuild.XXXXXXXXXX)
|
||||||
|
|
||||||
mkdir -p "$BUILD_ROOT/proc" "$BUILD_ROOT/etc/apk/keys" \
|
mkdir -p "$BUILD_ROOT/proc" "$BUILD_ROOT/etc/apk/keys" \
|
||||||
"$BUILD_ROOT/$HOME/.abuild" "$BUILD_ROOT/$aportsgit" \
|
"$BUILD_ROOT/$HOME/.abuild" "$BUILD_ROOT/$aportsgit" \
|
||||||
|
Loading…
Reference in New Issue
Block a user