diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index b7ad85df1ed48085a19c48ed0e82e3fbe626f5b3..57ef4a27b19d9c603d9f5bbc338dec0d8a7e3f42 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011 Rubén RodrÃguez <ruben@trisquel.info> +# Copyright (C) 2011-2015 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 @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=7 +VERSION=8 . ./config @@ -32,6 +32,8 @@ replace grub-efi-amd64-signed grub-efi-amd64 . /bin/sed '/canonical/d' -i debian/ubiquity.install* rm tests/test_ubi_partman* +sed 's/, ubuntu-artwork//' debian/control -i + export DEB_BUILD_OPTIONS=nocheck # Fix update issues on clean installations: http://trisquel.info/es/forum/update-issues-clean-install