forked from mirrors/nixpkgs
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/"*
|
||||
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 '#! /bin/sh' >> "$out/bin/jena-command"
|
||||
echo 'export JENAROOT="'"$TARGET"'"' >> "$out/bin/jena-command"
|
||||
|
|
Loading…
Reference in a new issue