Need LOCALEDIR to build as user.

This commit is contained in:
Johns 2012-12-24 11:56:10 +01:00
parent a3907d11a5
commit e0c0c2021f
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec make VDRDIR=/usr/include/vdr LIBDIR=. "$@"
exec make VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=. "$@"