angstrom-version: add -is and -ds to lsb_release

This fixes openjdk configure

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2014-02-25 09:52:22 +01:00
parent 57a4a521af
commit 6b31e5bd74

View File

@@ -13,6 +13,9 @@ case $1 in
echo "Distributor ID: Angstrom"
fi
;;
"-is")
echo "Angstrom"
;;
"-si")
echo "Angstrom"
;;
@@ -28,6 +31,9 @@ case $1 in
"-d")
echo "Description: Angstrom GNU/Linux $VERSION ($CODENAME)"
;;
"-ds")
echo "Angstrom GNU/Linux $VERSION ($CODENAME)"
;;
"-sd")
echo "Angstrom GNU/Linux $VERSION ($CODENAME)"
;;