mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Removed deploy sed instruction \(is obsolete\)
svn path=/nixpkgs/branches/stdenv-updates/; revision=10379
This commit is contained in:
parent
9eb8065a74
commit
6002db9e01
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue