diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-26 04:11:07 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-26 04:11:07 -0300 |
commit | 67b1e7d78361cec451ced28202e718c57baac806 (patch) | |
tree | 489fd536a0a237d41317e3f82e5f7cd1acab50a5 /src/etc/dbscripts.cfg | |
parent | 644fdb895472796e1e5a40f320443df66520c616 (diff) |
fix description and arrays configurations
Diffstat (limited to 'src/etc/dbscripts.cfg')
-rw-r--r-- | src/etc/dbscripts.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/etc/dbscripts.cfg b/src/etc/dbscripts.cfg index 4ef4353..8956683 100644 --- a/src/etc/dbscripts.cfg +++ b/src/etc/dbscripts.cfg @@ -1,6 +1,6 @@ -#!/hint/bash +#!/bin/bash -# Parabola Platforms -MAIN_PLATFORMS=('gnu+linux') # 'gnu+hurd' -DERIVATIVE_PLATFORMS=('abslibre_gnu+linux' 'abslibre_gnu+linux_arm') # 'abslibre_gnu+hurd' +# Platforms Distributions +MAIN_PLATFORMS=('gnu+linux_native') # 'gnu+hurd_native' +DERIVATIVE_PLATFORMS=('gnu+linux_add' 'gnu+linux_add_arm') # 'gnu+hurd_add' PLATFORMS=("${MAIN_PLATFORMS[@]}" "${DERIVATIVE_PLATFORMS[@]}") |