File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ category:
1111description : " Poor man's package manager"
1212homepage :
1313 - " https://github.com/xplshn/dbin"
14+ icon :
15+ url : " https://github.com/xplshn/dbin/raw/refs/heads/master/misc/assets/logo.png"
1416maintainer :
1517 - " Azathothas (https://github.com/Azathothas)"
1618note :
@@ -64,4 +66,4 @@ x_exec:
6466 #Copy & Meta
6567 docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
6668 [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
67- find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
69+ find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
You can’t perform that action at this time.
0 commit comments