Skip to content

Commit

Permalink
Add bin directory in the tarball for exporting all binary programs.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 22, 2020
1 parent 0a0e5ef commit 45269f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export GUILE_WARN_DEPRECATED='detailed'
`# Build` guix build metacall -L /metacall/source \
`# Test` `# && guix package -i metacall -L /metacall/source` \
`# Lint` `# && guix lint metacall` \
`# Pack` && guix pack -RR metacall -L /metacall/source | tee build.log \
`# Pack` && guix pack -S /gnu/bin=bin -RR metacall -L /metacall/source | tee build.log \
`# Copy` && mv `cat build.log | grep "tarball-pack.tar.gz"` /metacall/pack/tarball.tar.gz \
`# Exit` && exit 0 || exit 1

0 comments on commit 45269f2

Please sign in to comment.