Skip to content

Commit

Permalink
net-p2p/cardano-db-sync: Fix staging
Browse files Browse the repository at this point in the history
Reported by:	pkg-fallout
Fixes:	6d2e8d0
  • Loading branch information
arrowd committed Apr 24, 2024
1 parent 19e2f72 commit f7b9ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-p2p/cardano-db-sync/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit f7b9ce1

Please sign in to comment.