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:
@@ -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)"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user