slazav / mapsoft2

Programs for map handling, based on mapsoft2-libs
https://slazav.github.io/mapsoft2/
GNU General Public License v3.0
6 stars 1 forks source link

Makefile: add prefix #52

Closed sikmir closed 4 years ago

sikmir commented 4 years ago

@slazav another one place with hardcoded /usr/share: https://github.com/slazav/mapsoft2-libs/blob/b539fd953209a50342019b6dcab2613a0a02909d/mapview/mapview.cpp#L304

std::string css_glo = std::string() + "/usr/share/" + DATADIR + "/" + CSS_FILE;