[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request dnschneid#3133 from smibarber/disable-unity-after-…
Browse files Browse the repository at this point in the history
…precise

unity: disable unity on ARM for releases after precise
  • Loading branch information
dnschneid authored Mar 9, 2017
2 parents 43aeff6 + 5666fe5 commit 3e31345
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions targets/unity
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ if [ "${TARGETNOINSTALL:-c}" = 'c' ]; then
if [ "$DISTRO" != 'ubuntu' ]; then
error 99 "unity target is only supported on Ubuntu."
fi

if [ "${ARCH#arm}" != "$ARCH" ] && release -gt precise; then
error 99 "unity is unsupported on ARM for releases after precise."
fi
fi
REQUIRES='gtk-extra'
DESCRIPTION='Installs the Unity desktop environment. (Approx. 700MB)'
Expand Down

0 comments on commit 3e31345

Please sign in to comment.