nim-lang.org: remove compiler/ dir from binary package

Remove double blank lines

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2023-07-01 20:46:10 +03:00 committed by Max Howell
parent 9456e16ca2
commit f6be5b649e

View file

@ -2,7 +2,6 @@ distributable:
url: https://nim-lang.org/download/nim-{{ version }}.tar.xz
strip-components: 1
# FIXME: test more versions
versions:
- v1.6.14
@ -18,7 +17,6 @@ provides:
- bin/nimpretty
- bin/nimble
dependencies:
gnu.org/gcc: '*'
pcre.org: '*'
@ -35,6 +33,7 @@ build:
./koch boot -d:release
./koch tools
./install.sh {{ prefix }}
rm -rf {{ prefix }}/nim/compiler
cp -r {{ prefix }}/nim/* {{ prefix }}
rm -rf {{ prefix }}/nim
for fn in atlas nim nim-gdb nim_dbg nimble nimgrep nimpretty nimsuggest testament; do cp ./bin/$fn {{ prefix }}/bin/; done