Changeset 816 for branches/branch-1.6
- Timestamp:
- Jan 29, 2017, 9:05:01 PM (8 years ago)
- Location:
- branches/branch-1.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1.6
-
branches/branch-1.6/zoo-project/zoo-kernel/Makefile.in
r814 r816 120 120 if [ -e "libzoo_service.${EXT}" ]; then rm libzoo_service.${EXT}; fi ; \ 121 121 ln -s ${LIBZOO_SERVICE} libzoo_service.${EXT}) 122 if [ -z "${MS_FILE}" ] ; then echo "No symbols.sym" ; else install -d ${DESTDIR}${SHAREDSTATEDIR}; install symbols.sym ${DESTDIR}${SHAREDSTATEDIR}; fi122 if [ -z "${MS_FILE}" ] ; then echo "No symbols.sym" ; else install -d ${DESTDIR}${SHAREDSTATEDIR}; install -m644 symbols.sym ${DESTDIR}${SHAREDSTATEDIR}; fi 123 123 install -d ${DESTDIR}${INST_INCLUDE}/zoo 124 124 install sqlapi.h service.h service_internal.h ${DESTDIR}${INST_INCLUDE}/zoo
Note: See TracChangeset
for help on using the changeset viewer.