ColumPaget / libUseful

Programmers 'C' library of functions for: resizable strings, file and network access, string tokenization, pattern matching, terminal output, etc, etc
Other
14 stars 2 forks source link

unicode-names.conf installed into previx #6

Open andreasstieger opened 10 months ago

andreasstieger commented 10 months ago

[ 4s] + ./configure [...] --prefix=/usr [...]

Due to Makefile

cp *.conf $(DESTDIR)$(prefix)/etc

this installs into /usr/etc/unicode-names.conf, while the code assumes /etc/unicode-names.conf always.

ColumPaget commented 10 months ago

yeah, I need to figure out how to use prefix within my code.

Leaving this one open till I can deal with it.

Thanks for reporting it.