network-manager: add patch to disable netplan on i386
This commit is contained in:
parent
19cdc0e545
commit
e73c07bd61
2 changed files with 18 additions and 1 deletions
13
helpers/DATA/network-manager/define_trisquel_for_i386.patch
Normal file
13
helpers/DATA/network-manager/define_trisquel_for_i386.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/debian/rules b/debian/rules
|
||||
index 0740cdee..cde335f9 100755
|
||||
--- a/debian/rules
|
||||
+++ b/debian/rules
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
include /usr/share/dpkg/architecture.mk
|
||||
|
||||
-ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386)
|
||||
+ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes || dpkg-vendor --is Trisquel && echo yes) $(DEB_HOST_ARCH), yes i386)
|
||||
BUILD_PACKAGES += -Nnetwork-manager
|
||||
NETPLAN += --disable-netplan
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue