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:
circl 2022-04-21 18:31:48 +02:00 committed by Linus Groh
parent 2130a83640
commit 8cdbad3c7a
Notes: sideshowbarker 2024-07-17 11:31:08 +09:00

View File

@ -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