Skip to content

Commit 0af1c7a

Browse files
committed
test
1 parent 45eca6f commit 0af1c7a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

binaries/binutils/static.nixpkgs.stable.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ _disabled: false
55
pkg: "binutils"
66
pkg_id: "nixpkgs.binutils"
77
pkg_type: "static"
8+
pkgver: "0.0.0"
89
category:
910
- "ConsoleOnly"
1011
- "Utility"
@@ -90,4 +91,4 @@ x_exec:
9091
'
9192
#Copy
9293
find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei 'application/.*executable|text/x-perl|text/.*script' | cut -d":" -f1 | xargs realpath | sort -u | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
93-
( askalono --format "json" crawl --follow "${SBUILD_TMPDIR}" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "${SBUILD_OUTDIR}/LICENSE" ) 2>/dev/null
94+
( askalono --format "json" crawl --follow "${SBUILD_TMPDIR}" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "${SBUILD_OUTDIR}/LICENSE" ) 2>/dev/null

0 commit comments

Comments
 (0)