Accepting request 863749 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/863749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alacritty?expand=0&rev=17
This commit is contained in:
commit
0372fd79da
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 16 20:44:50 UTC 2021 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
- Make use of mktemp in revendor_source.sh script so we don't have a
|
||||
predictable working directory (boo#1180782)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 11:01:09 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -4,15 +4,7 @@ set -euo pipefail
|
||||
# packaging helper to workaround:
|
||||
# https://github.com/rust-lang/cargo/issues/7058
|
||||
|
||||
wd="/tmp/revendor"
|
||||
|
||||
if [[ -d "$wd" ]]; then
|
||||
echo -n "Removing previous ws ($wd)... "
|
||||
rm -fr $wd
|
||||
echo "done"
|
||||
fi
|
||||
|
||||
mkdir -p $wd
|
||||
wd="$(mktemp -d /tmp/revendor.XXXXXXXXXX)"
|
||||
|
||||
# take what we need into the build
|
||||
cp vendor*xz $wd
|
||||
|
Loading…
x
Reference in New Issue
Block a user