Conversation
|
there are two scripts which use absolute paths somewhere arround |
|
@Neumann-A I noticed that libtools didn't generated, what's wrong? |
On my mac the follwing tools get generated: autopoint gettext msgattrib msgcat msgcmp msgcomm msgconv msgen msgexec msgfilter msgfmt msggrep msginit msgmerge msgunfmt msguniq ngettext recode-sr-latin xgettext gettextize envsubst |
| file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/gettext) | ||
| file(RENAME ${CURRENT_PACKAGES_DIR}/share/gettext/COPYING ${CURRENT_PACKAGES_DIR}/share/gettext/copyright) |
There was a problem hiding this comment.
| file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/gettext) | |
| file(RENAME ${CURRENT_PACKAGES_DIR}/share/gettext/COPYING ${CURRENT_PACKAGES_DIR}/share/gettext/copyright) | |
| file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
|
@JackBoosY libtools is not part of gettext? autopoint is. (which is just a script)
to be relocatable. Otherwise they hardcode the absolute path |
Fixes #13518.