summaryrefslogtreecommitdiff
path: root/abslibre
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-25 18:44:28 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-25 18:44:28 -0300
commit3b767ea08f7b98eeda3a86f016e31b47f1388c4d (patch)
treeaf2f15b1df4adbe6eef424d1f9d96e9954010a40 /abslibre
parent12b709bd141bf25a97c42034ec77798b3a548105 (diff)
fix platforms
Diffstat (limited to 'abslibre')
-rwxr-xr-xabslibre6
1 files changed, 2 insertions, 4 deletions
diff --git a/abslibre b/abslibre
index 20d931f..17b425e 100755
--- a/abslibre
+++ b/abslibre
@@ -8,13 +8,11 @@ set -e
# * Sync bs (abslibre) from bs derivation (abs) excluding from blacklist
# * Create repo.abs.tar.gz tarballs
-platform_name="${platform/\//+}"
-source "$(dirname "$(readlink -e "$0")")/config_${platform_name,,}"
+source "$(dirname "$(readlink -e "$0")")/platforms"
for 'platform' in "${PLATFORMS[@]}"; do
- platform_name="${platform/\//+}"
- . "./config_${platform_name,,}"
+ source "$(dirname "$(readlink -e "$0")")/config_${platform}"
function sync_bs_derivation() {
for 'ARCH' in 'any' "${ARCHES[@]}"; do