diff options
Diffstat (limited to 'resources/scripts/helpers/build/dependencies')
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/debian | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/parabola | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/dependencies/debian b/resources/scripts/helpers/build/dependencies/debian index 2e47371c..e5af8bab 100755 --- a/resources/scripts/helpers/build/dependencies/debian +++ b/resources/scripts/helpers/build/dependencies/debian @@ -1,6 +1,6 @@ #!/bin/bash -# for_trisquel7 script: installs build dependencies for Trisquel 7 +# script: installs build dependencies for Debian # # Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # diff --git a/resources/scripts/helpers/build/dependencies/parabola b/resources/scripts/helpers/build/dependencies/parabola index 44052418..5180c8cc 100755 --- a/resources/scripts/helpers/build/dependencies/parabola +++ b/resources/scripts/helpers/build/dependencies/parabola @@ -2,7 +2,7 @@ # helper script: installs build dependencies for Parabola -# this script is based on the script for Trisquel 7 +# this script is based on the script for Debian # # Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <klemens@posteo.de> |