3
0
Fork 0
forked from mirrors/nixpkgs

Fix line endings

svn path=/nixpkgs/trunk/; revision=33809
This commit is contained in:
Michael Raskin 2012-04-17 13:05:57 +00:00
parent 6c1bc77673
commit de5fdd541a

View file

@ -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"