Fix line endings
svn path=/nixpkgs/trunk/; revision=33809
This commit is contained in:
parent
6c1bc77673
commit
de5fdd541a
@ -79,6 +79,8 @@ rec {
|
|||||||
chmod a+x "$TARGET/bin/"*
|
chmod a+x "$TARGET/bin/"*
|
||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
|
|
||||||
|
sed -e 's/\r//g' -i "$TARGET/bin"/*
|
||||||
|
|
||||||
echo -e '#! /bin/sh\nls "'"$TARGET"'"/bin' > "$out/bin/jena-list-commands"
|
echo -e '#! /bin/sh\nls "'"$TARGET"'"/bin' > "$out/bin/jena-list-commands"
|
||||||
echo '#! /bin/sh' >> "$out/bin/jena-command"
|
echo '#! /bin/sh' >> "$out/bin/jena-command"
|
||||||
echo 'export JENAROOT="'"$TARGET"'"' >> "$out/bin/jena-command"
|
echo 'export JENAROOT="'"$TARGET"'"' >> "$out/bin/jena-command"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user