mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 04:35:41 +03:00
Ports: Use correct packages.db location in build_installed.sh
The packages.db file now resides in Serenity's root.
This commit is contained in:
parent
2130a83640
commit
8cdbad3c7a
Notes:
sideshowbarker
2024-07-17 11:31:08 +09:00
Author: https://github.com/circl-lastname Commit: https://github.com/SerenityOS/serenity/commit/8cdbad3c7a Pull-request: https://github.com/SerenityOS/serenity/pull/13768 Reviewed-by: https://github.com/EWouters Reviewed-by: https://github.com/gmta ✅
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
. ".hosted_defs.sh"
|
||||
|
||||
packagesdb="${SERENITY_BUILD_DIR}/packages.db"
|
||||
packagesdb="${SERENITY_INSTALL_ROOT}/usr/Ports/packages.db"
|
||||
|
||||
clean=false
|
||||
case "$1" in
|
||||
|
Loading…
Reference in New Issue
Block a user