fix(default-flatpaks): Set BLING_DIRECTORY fallback value
...instead of overriding
This commit is contained in:
parent
ee196a0528
commit
66d2ba8d94
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
BLING_DIRECTORY="/tmp/bling"
|
||||
BLING_DIRECTORY="${BLING_DIRECTORY:-"/tmp/bling"}"
|
||||
|
||||
cp -r "$BLING_DIRECTORY"/files/usr/bin/system-flatpak-setup /usr/bin/system-flatpak-setup
|
||||
cp -r "$BLING_DIRECTORY"/files/usr/bin/user-flatpak-setup /usr/bin/user-flatpak-setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue