From b1ae7a946bdc2beeaf12361e9a485fb73203a8ba Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sun, 18 Mar 2018 13:11:57 -0400 Subject: [PATCH] Remove non-trisquel scripts from debootstrap, fixes #23629 --- helpers/make-debootstrap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helpers/make-debootstrap b/helpers/make-debootstrap index 500d8f6f5..4dbc70093 100644 --- a/helpers/make-debootstrap +++ b/helpers/make-debootstrap @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008-2010 Rubén RodrÃguez <ruben@trisquel.info> +# Copyright (C) 2008-2018 Ruben Rodriguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,9 +22,10 @@ NETINST=true . ./config +rm scripts/* cp -a $DATA/* scripts/ -changelog "Added Trisquel's scripts" +changelog "Only include trisquel origins" compile -- GitLab