mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
add -p to mkdir
This commit is contained in:
parent
772f3a3c33
commit
4d6235bb74
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -66,7 +66,7 @@ prepare() {
|
|||
cp -v ${srcdir}/mozconfig .mozconfig
|
||||
|
||||
# WebRTC build tries to execute "python" and expects Python 2
|
||||
mkdir "$srcdir/path"
|
||||
mkdir -p "$srcdir/path"
|
||||
ln -s /usr/bin/python2 "$srcdir/path/python"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue