Changeset 30879 for main/trunk/greenstone2/Makefile.in
- Timestamp:
- 2016-10-18T16:52:53+13:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/Makefile.in
r21891 r30879 76 76 install: install-$(COMPILE_TARGET) 77 77 if test -d apache-httpd; then \ 78 cp -r common-src/packages/iconv/lib/lib* apache-httpd/$(GSDLOS)/lib/.; \ 78 if test -d common-src/packages/iconv/lib; then \ 79 cp -r common-src/packages/iconv/lib/lib* apache-httpd/$(GSDLOS)/lib/.; \ 80 fi; \ 79 81 fi; 80 82 @echo "Install done"
Note:
See TracChangeset
for help on using the changeset viewer.