diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-02 11:54:28 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-02 21:18:17 (EDT) |
commit | 1dcaa09242122e50a680e1b58bd2ce8fdfca7da6 (patch) | |
tree | 99d6cb2e9a1cf024715948808a0d240385d91acb | |
parent | 2f8a05071d24c365fce19d31347171a5b939dd2c (diff) | |
download | libreboot-1dcaa09242122e50a680e1b58bd2ce8fdfca7da6.zip libreboot-1dcaa09242122e50a680e1b58bd2ce8fdfca7da6.tar.gz libreboot-1dcaa09242122e50a680e1b58bd2ce8fdfca7da6.tar.bz2 |
Move parabola/trisquel dependency scripts to scripts/helpers/build
-rw-r--r-- | docs/git/index.html | 10 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/parabola (renamed from resources/scripts/dependencies/paraboladependencies) | 0 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/trisquel7 (renamed from resources/scripts/dependencies/trisquel7dependencies) | 0 |
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/git/index.html b/docs/git/index.html index 62b1775..a1e9dd9 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -60,12 +60,18 @@ <div class="important"> <p> For Trisquel 7, you can run the following command:<br/> - $ <b>sudo ./resources/scripts/dependencies/trisquel7dependencies</b> + $ <b>sudo ./build dependencies trisquel7</b> + </p> + <p> + For Parabola, you can run the following command:<br/> + $ <b>sudo ./build dependencies parabola</b><br/> + or:<br/> + # <b>./build dependencies parabola</b> </p> </div> <p> - For other GNU/Linux distributions, you can adapt the Trisquel 7 script for your needs. + For other GNU/Linux distributions, you can adapt the existing scripts. </p> <p><a href="#pagetop">Back to top of page</a></p> diff --git a/resources/scripts/dependencies/paraboladependencies b/resources/scripts/helpers/build/dependencies/parabola index 6a43805..6a43805 100755 --- a/resources/scripts/dependencies/paraboladependencies +++ b/resources/scripts/helpers/build/dependencies/parabola diff --git a/resources/scripts/dependencies/trisquel7dependencies b/resources/scripts/helpers/build/dependencies/trisquel7 index f9c04be..f9c04be 100755 --- a/resources/scripts/dependencies/trisquel7dependencies +++ b/resources/scripts/helpers/build/dependencies/trisquel7 |