summaryrefslogtreecommitdiffstats
path: root/tests/make_barebox_env
diff options
context:
space:
mode:
Diffstat (limited to 'tests/make_barebox_env')
-rwxr-xr-xtests/make_barebox_env3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/make_barebox_env b/tests/make_barebox_env
index f49445519..84b069497 100755
--- a/tests/make_barebox_env
+++ b/tests/make_barebox_env
@@ -8,7 +8,8 @@ tar -C "${PTXDIST_PLATFORMCONFIGDIR}/barebox-env/" -c . \
--exclude .svn \
--exclude .pc \
--exclude .git \
- --exclude "${PTXDIST_PLATFORMCONFIGDIR}/barebox-env/config.in" \
+ --exclude "config.in" \
+ --exclude "*/*~" \
| tar -C "${ENVTMPDIR}" -x
${PTXDIST_SYSROOT_HOST}/bin/bareboxenv -s "${ENVTMPDIR}" "${IMAGEDIR}/barebox-environment"