From ef02a5043cc6173b83eee5035a7a01a4729a4aa0 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Fri, 16 Feb 2018 00:18:30 -0500
Subject: [PATCH] Fixed mistake in make-cpio-doc EXTERNAL definition

---
 helpers/make-cpio-doc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/make-cpio-doc b/helpers/make-cpio-doc
index 5186d4f4..f0930f1b 100644
--- a/helpers/make-cpio-doc
+++ b/helpers/make-cpio-doc
@@ -19,7 +19,7 @@ VERSION=1
 
 # cpio-doc is under GFDL but due to "invariant sections" is considered
 # problematic for Debian
-EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu main multiverse
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM multiverse'
 
 . ./config
 
-- 
GitLab