This website works better with JavaScript.
Home
Explore
Help
Sign In
zseri
/
pipewire
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
set the same builddir as INSTALL.md
lines
dreamer
1 year ago
parent
80e3da9b01
commit
e1036ee0fc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pw-uninstalled.sh
+ 1
- 1
pw-uninstalled.sh
View File
@ -25,7 +25,7 @@ while getopts ":b:v:" opt; do
done
if
[
-z
"
${
BUILDDIR
}
"
]
;
then
BUILDDIR
=
${
SCRIPT_DIR
}
/build
BUILDDIR
=
${
SCRIPT_DIR
}
/build
dir
echo
"
Using default build directory:
${
BUILDDIR
}
"
fi
Write
Preview
Loading…
Cancel
Save