Changeset 23976
- Timestamp:
- 29.04.2011 17:29:57 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/runtime-src/packages/apache-httpd/install-bindist.sh
r21906 r23976 103 103 # Either way, do a find and replace on APACHE_HOME_OS in the envvars file 104 104 sed -e "s%\*\*APACHE_HOME_OS\*\*%$SR%" "$SR/bin/envvars" > "$SR/bin/envvars.tmp" 105 mv "$SR/bin/envvars.tmp" >"$SR/bin/envvars"105 mv "$SR/bin/envvars.tmp" "$SR/bin/envvars" 106 106 107 107