Skip to content
Snippets Groups Projects
Commit 73fd8af7 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'fix-make-ltsp' into 'etiona'

cp -a client/Ubuntu client/Trisquel

See merge request trisquel/package-helpers!255
parents 00cf5d26 8dbbe193
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# #
# Copyright (C) 2011 Rubén Rodríguez <ruben@trisquel.info> # Copyright (C) 2011 Rubén Rodríguez <ruben@trisquel.info>
# Copyright (C) 2017 Pablo Correa # Copyright (C) 2017 Pablo Correa
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
# #
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by
...@@ -18,12 +19,13 @@ ...@@ -18,12 +19,13 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
. ./config . ./config
cp -a server/share/ltsp/plugins/ltsp-build-client/Ubuntu server/share/ltsp/plugins/ltsp-build-client/Trisquel cp -a server/share/ltsp/plugins/ltsp-build-client/Ubuntu server/share/ltsp/plugins/ltsp-build-client/Trisquel
cp -a client/Ubuntu client/Trisquel
/bin/sed 's/main restricted universe multiverse/main/g; /bin/sed 's/main restricted universe multiverse/main/g;
s:archive.ubuntu.com/ubuntu:archive.trisquel.info/trisquel:g; s:archive.ubuntu.com/ubuntu:archive.trisquel.info/trisquel:g;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment