mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03: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
@ -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…
Reference in New Issue
Block a user