Skip to content

Commit

Permalink
Fix rogue spaces in Makefile and missing @dir in pkg-plist
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarcin committed Feb 2, 2017
1 parent 81b6840 commit 0ec5bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion security/pfSense-pkg-stunnel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ do-install:
${INSTALL_DATA} ${FILESDIR}/etc/inc/priv/stunnel.priv.inc \
${STAGEDIR}/etc/inc/priv
${INSTALL_DATA} ${FILESDIR}${PREFIX}/www/shortcuts/pkg_stunnel.inc \
${STAGEDIR}${PREFIX}/www/shortcuts
${STAGEDIR}${PREFIX}/www/shortcuts
${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \
${STAGEDIR}${DATADIR}
@${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \
Expand Down
1 change: 1 addition & 0 deletions security/pfSense-pkg-stunnel/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pkg/stunnel.inc
www/shortcuts/pkg_stunnel.inc
/etc/inc/priv/stunnel.priv.inc
%%DATADIR%%/info.xml
@dir /etc/inc
@dir /etc/inc/priv

0 comments on commit 0ec5bec

Please sign in to comment.