projects
/
java-idp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69115d8
)
During the non-interactive install task, create a config directory if one doesn't...
author
wassa
<wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 25 May 2005 20:57:13 +0000
(20:57 +0000)
committer
wassa
<wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 25 May 2005 20:57:13 +0000
(20:57 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1579
ab3bd59b
-922f-494d-bb5f-
6f0a3c29deca
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
80e2da0
..
42239cd
100755
(executable)
--- a/
build.xml
+++ b/
build.xml
@@
-308,7
+308,10
@@
<!-- copy IdP configuration -->
<if>
- <equals arg1="${copy-idp-conf}" arg2="y" />
+ <or>
+ <equals arg1="${copy-idp-conf}" arg2="y" />
+ <not> <available file="${shib.home}/etc" /> </not>
+ </or>
<then>
<delete dir="${shib.home}/etc" />
<antcall target="install.idp.filesystem.config" />