mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 05:25:13 +00:00
Build: Remove Userland/qs if we see one lying around.
Userland/qs was moved to Applications/QuickShow, but some people still have old built binaries lying around in their Userland/ directories and the build system complains about this. Here goes a silly temporary hack to just get rid of them.
This commit is contained in:
parent
2daf89e2f7
commit
24c0aae34e
Notes:
sideshowbarker
2024-07-19 13:24:57 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/24c0aae34e5
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
set -e
|
||||
|
||||
# HACK: Get rid of old "qs" binaries still lying around from before it was renamed.
|
||||
rm -f ../Userland/qs
|
||||
|
||||
die() {
|
||||
echo "die: $@"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue