Update the wineserver protocol request data when the build farm compiles the package.

This commit is contained in:
Erich E. Hoover 2014-01-16 18:33:05 -07:00
parent 9c1492069b
commit 155a364280

3
debian/rules vendored
View File

@ -76,7 +76,8 @@ endif
# Configure
CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/opt/wine-compholio --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info $(CONFFLAGS)
# Update the wineserver protocol request data
./tools/make_requests
build: build-stamp