Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz CEDRO <cederom@tlen.pl>2014-06-03 19:41:24 +0400
committerTomasz CEDRO <cederom@tlen.pl>2014-06-03 19:41:24 +0400
commit70c16228ca84ac002009842b6dcd6b9b2c9b69d6 (patch)
treece5f1f81f5e934fb76139ea3a6c9b6d929887e02 /package.sh
parent9975ef6ea299be3f454c59f2fcfaeeabb9087248 (diff)
Added FreeBSD as the supported platform for package.sh.
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.sh b/package.sh
index 302fd905e4..72d96b0350 100755
--- a/package.sh
+++ b/package.sh
@@ -13,6 +13,7 @@ BUILD_TARGET=${1:-none}
#BUILD_TARGET=darwin
#BUILD_TARGET=debian_i386
#BUILD_TARGET=debian_amd64
+#BUILD_TARGET=freebsd
##Do we need to create the final archive
ARCHIVE_FOR_DISTRIBUTION=1
@@ -74,6 +75,7 @@ if [ "$BUILD_TARGET" = "none" ]; then
echo "$0 debian_i368"
echo "$0 debian_amd64"
echo "$0 darwin"
+ echo "$0 freebsd"
exit 0
fi