orbitalquark / textadept

Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
https://orbitalquark.github.io/textadept
MIT License
640 stars 38 forks source link

CMAKE_INSTALL_PREFIX creates weird link when creating .deb package #303

Closed paaguti closed 1 year ago

paaguti commented 1 year ago

The link creating needs to be changed. The current source is ${ta_data_dir}/textadept and that comes from set(ta_data_dir ${CMAKE_INSTALL_FULL_DATADIR}/textadept) which creates a weird link:

lrwxrwxrwx 1 root root    68 dic  6 16:12 /usr/bin/textadept -> /home/devel/textadept/debian/textadept/usr/share/textadept/textadept
orbitalquark commented 1 year ago

This is has been fixed via https://github.com/orbitalquark/textadept/commit/17f868dbe58fd75a630a01f19d697461c5f1a7e5 as noted in #304 .