From 61e7ae08ea3536af9713a2710a747d8764201b2e Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Thu, 16 Nov 2017 16:42:25 -0500 Subject: [PATCH] Corrected dependency issue in cargo/rustc --- helpers/make-cargo | 2 ++ helpers/make-rustc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/helpers/make-cargo b/helpers/make-cargo index 6a8b0bea..78a99cae 100644 --- a/helpers/make-cargo +++ b/helpers/make-cargo @@ -23,6 +23,8 @@ REPOKEY="A6DCF7707EBC211F" . ./config +sed 's/:native//g' -i debian/control + changelog "Backported from http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu" compile diff --git a/helpers/make-rustc b/helpers/make-rustc index 6a8b0bea..78a99cae 100644 --- a/helpers/make-rustc +++ b/helpers/make-rustc @@ -23,6 +23,8 @@ REPOKEY="A6DCF7707EBC211F" . ./config +sed 's/:native//g' -i debian/control + changelog "Backported from http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu" compile -- GitLab