Skip to content

Commit

Permalink
finance/odoo: Fix shebang in various files
Browse files Browse the repository at this point in the history
Fix various shebang issues reported in stage-qa

PR:		271890
Reviewed by:	acm (maintainer)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jun 13, 2023
1 parent afb0cac commit 3434f29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion finance/odoo/Makefile
Expand Up @@ -68,7 +68,13 @@ USES= cpe ldap python:3.7+ pgsql shebangfix
USE_PYTHON= distutils

SHEBANG_LANG= python
SHEBANG_FILES= ${WRKSRC}/${PORTNAME}-bin
SHEBANG_FILES= ${WRKSRC}/${PORTNAME}/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init.d/timesyncd \
${WRKSRC}/${PORTNAME}/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init.d/odoo \
${WRKSRC}/${PORTNAME}/addons/web/static/lib/select2/release.sh \
${WRKSRC}/${PORTNAME}/addons/web/tooling/*.sh \
${WRKSRC}/${PORTNAME}/addons/web/tooling/hooks/pre-commit \
${WRKSRC}/${PORTNAME}/addons/mail/static/scripts/odoo-mailgate.py \
${WRKSRC}/${PORTNAME}-bin

USERS= odoo
GROUPS= ${USERS}
Expand Down

0 comments on commit 3434f29

Please sign in to comment.