xen: fix typo
This commit is contained in:
parent
29f3903f62
commit
0eb3ea3997
@ -116,7 +116,7 @@ stdenv.mkDerivation (rec {
|
|||||||
# Remove in-tree qemu stuff in case we build from a tar-ball
|
# Remove in-tree qemu stuff in case we build from a tar-ball
|
||||||
rm -rf tools/qemu-xen tools/qemu-xen-traditional
|
rm -rf tools/qemu-xen tools/qemu-xen-traditional
|
||||||
|
|
||||||
# Fix shebangs, mainly for build-scipts
|
# Fix shebangs, mainly for build-scripts
|
||||||
# We want to do this before getting prefetched stuff to speed things up
|
# We want to do this before getting prefetched stuff to speed things up
|
||||||
# (prefetched stuff has lots of files)
|
# (prefetched stuff has lots of files)
|
||||||
find . -type f | xargs sed -i 's@/usr/bin/\(python\|perl\)@/usr/bin/env \1@g'
|
find . -type f | xargs sed -i 's@/usr/bin/\(python\|perl\)@/usr/bin/env \1@g'
|
||||||
|
Loading…
Reference in New Issue
Block a user