Removed deploy sed instruction \(is obsolete\)

svn path=/nixpkgs/branches/stdenv-updates/; revision=10379
This commit is contained in:
Yury G. Kudryashov 2008-01-29 13:16:26 +00:00
parent 9eb8065a74
commit 6002db9e01

View file

@ -13,6 +13,3 @@ cp -av output/jboss-*/* $out
# Insert JAVA_HOME variable to make sure the latest JRE is used and not version 5
sed -i -e "/GREP/aJAVA_HOME=$jdk" $out/bin/run.sh
# Change the deploy directory to the nix profile
sed -i -e "s|deploy/|/nix/var/nix/profiles/default/server/default/deploy/|" $out/server/default/conf/jboss-service.xml