network-manager: standardize dpkg-vendor '--derives' instead of '--is'
This commit is contained in:
parent
193c89753f
commit
9d07b5ee53
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ index 0740cdee..cde335f9 100755
|
|||
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)
|
||||
+ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386)
|
||||
BUILD_PACKAGES += -Nnetwork-manager
|
||||
NETPLAN += --disable-netplan
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=3
|
||||
VERSION=4
|
||||
COMPONENT=main
|
||||
|
||||
. ./config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue