mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00: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
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
. ".hosted_defs.sh"
|
||||||
|
|
||||||
packagesdb="${SERENITY_BUILD_DIR}/packages.db"
|
packagesdb="${SERENITY_INSTALL_ROOT}/usr/Ports/packages.db"
|
||||||
|
|
||||||
clean=false
|
clean=false
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue