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