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 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue