aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/meta.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/meta.sh b/scripts/meta.sh
index 82d3dc1..4bd16ba 100755
--- a/scripts/meta.sh
+++ b/scripts/meta.sh
@@ -74,6 +74,10 @@ case ${spkg} in
echo $1:org.huoc:${spkg}:${sver%%-*}
exit 0
;;
+ scala)
+ echo $1:org.scala-lang:${spkg}-compiler:${sver%%-*}
+ exit 0
+ ;;
esac
touch bebd bpom