Skip to content

Commit eb3e5a4

Browse files
committedJan 6, 2012
We always have an etc directory now.
1 parent 6d148fb commit eb3e5a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎build.sh

-3
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,6 @@ installPerlModules () {
386386
installWreUtils(){
387387
printHeader "WebGUI Runtime Environment Core and Utilities"
388388
cp -Rf wre /data/
389-
if [ ! -d "$WRE_ROOT/etc" ]; then
390-
mkdir $WRE_ROOT/etc
391-
fi
392389
}
393390

394391
# make the WRE distro smaller by getting rid of non-essential stuff

0 commit comments

Comments
 (0)
Please sign in to comment.