diff options
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2be06f6..aff2d4f 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk DEB_INSTALL_CHANGELOGS_ALL = HISTORY MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \ - LOCALEDIR=debian/tmp/usr/share/locale + LOCALEDIR=debian/tmp/usr/share/locale \ + YAVDR_PATCHES=1 common-build-arch:: $(MAKE) all $(MAKE_OPTIONS) |
