mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
qt-5/qtbase-setup-hook.sh: attempt to make directories only if needed
Resolves #29589.
This commit is contained in:
parent
c8e7aab0c8
commit
99eabd6c06
@ -123,7 +123,7 @@ if [ -z "$NIX_QT5_TMP" ]; then
|
||||
|
||||
mkdir -p "$NIX_QT5_TMP/nix-support"
|
||||
for subdir in bin include lib mkspecs share; do
|
||||
mkdir "$NIX_QT5_TMP/$subdir"
|
||||
mkdir -p "$NIX_QT5_TMP/$subdir"
|
||||
echo "$subdir/" >> "$NIX_QT5_TMP/nix-support/qt-inputs"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user