Removed deploy sed instruction \(is obsolete\)

svn path=/nixpkgs/trunk/; revision=10308
This commit is contained in:
Sander van der Burg 2008-01-28 15:06:28 +00:00
parent 3479c907ab
commit 9b2f4c8522

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