chiark / gitweb /
Added FreeBSD as the supported platform for package.sh.
authorTomasz CEDRO <cederom@tlen.pl>
Tue, 3 Jun 2014 15:41:24 +0000 (17:41 +0200)
committerTomasz CEDRO <cederom@tlen.pl>
Tue, 3 Jun 2014 15:41:24 +0000 (17:41 +0200)
package.sh

index 302fd905e48da10be290e8210df2e8e7f7191e65..72d96b0350308b189b369ae3d95bbcae5b57f90a 100755 (executable)
@@ -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