Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Fix up the automatic plist for the trident-icons port.
Browse files Browse the repository at this point in the history
Now it specifically excludes dirs, but will find files and symlinks to get *all* the icons.
  • Loading branch information
beanpole135 committed Nov 23, 2018
1 parent 9d5523a commit 0a20201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/TrueOS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}/usr/local/share/icons
cd ${WRKSRC} && ${WRKSRC}/install-local.sh ${STAGEDIR}/usr/local/share/icons
(cd ${STAGEDIR}/; ${FIND} . \
(cd ${STAGEDIR}/; ${FIND} . -not -type d \
| ${SED} -e 's,^\./,/,g' \
| ${AWK} '{print length, $$0}' | ${SORT} -rn \
| cut -d " " -f 2- \
Expand Down

0 comments on commit 0a20201

Please sign in to comment.