mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
debian/rules: Call patchinstall.sh directly instead of using deprecated Makefile.
This commit is contained in:
parent
673cb4f847
commit
2543a28ce4
2
debian/rules
vendored
2
debian/rules
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user