mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
net-p2p/cardano-db-sync: Fix staging
Reported by: pkg-fallout
Fixes: 6d2e8d0580
This commit is contained in:
parent
19e2f7229d
commit
f7b9ce135d
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ pre-build:
|
|||
${MV} ${LIBS_PREFIX}/lib/pkgconfig/libsodium.pc ${PKGCONFIG_LINKDIR}
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/cardano-db-sync-pgsql-setup ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/postgresql-setup.sh ${STAGEDIR}${PREFIX}/bin/cardano-db-sync-pgsql-setup
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}/schema
|
||||
cd ${WRKSRC}/schema && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/schema
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue