Comment 2 for bug 367181

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote : Re: compile flags missing in ubuntu deb package

I came across this while fixing Bug #348896

I have an upload ready that uses:

 scons build_id=Build$(SRC_VERSION) \
  install_prefix=/usr/share/games/widelands \
  bindir=/usr/games \
  datadir=/usr/share/games/widelands \
  localedir=/usr/share/games/widelands/locale

But as I mentioned the upstream report I linked, Widelands still doesn't seem to respect this. Even using that flag, I
need to run widelands from /usr/share/games/widelands in order for language support to work correctly.

This does fix the "UNKNOWN REVISION" problem though. I going to investigate the locale issue some more before uploading. Hopefully we can kill this bug when I upload the fix for Bug #348896