Commit 2dd572b0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Hack to autodetect Harmattan

parent 75b65bcc
......@@ -293,6 +293,8 @@ if test -z "${DISTRO}" -a "$TARGET" = "$BUILD"; then
hint_distro fedora
elif test -f /etc/maemo_version; then
hint_distro maemo5
elif test "$SBOX_UNAME_MACHINE"; then
hint_distro maemo6
elif test -f /etc/debian_version; then
# NOTE: check for Debian *after* its derivatives
hint_distro debian
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment