debian/rules: Call patchinstall.sh directly instead of using deprecated Makefile.

This commit is contained in:
Sebastian Lackner 2015-01-07 11:09:21 +01:00
parent 673cb4f847
commit 2543a28ce4

2
debian/rules vendored
View File

@ -14,7 +14,7 @@ endif
override_dh_auto_configure:
# Apply our patches, reconfigure, and update the wineserver protocol request data
make -C "$(CURDIR)/patches/" DESTDIR="$(CURDIR)" install
"$(CURDIR)/patches/patchinstall.sh" DESTDIR="$(CURDIR)" --all
# Run configure
ifeq ($(DEB_BUILD_ARCH), amd64)