raspberrypi / piserver

Raspberry Pi Server wizard to serve Raspbian to network booting Pis
318 stars 60 forks source link

LOCALE_DIR error #60

Closed chengjianwen closed 5 years ago

chengjianwen commented 5 years ago

I want to make some i18n work on piserver, and found there is an error about LOCALE_DIR defination.

CMakeLists.txt line 41, -DLOCALE_DIR=/usr/share/locale should be -DLOCALE_DIR="/usr/share/locale" and piserver.cpp, LOCALEDIR should be LOCALE_DIR