Skip to content
Snippets Groups Projects
Commit aac5e806 authored by Axel Naumann's avatar Axel Naumann
Browse files

Add support for Linux Mint multiarch

git-svn-id: http://root.cern.ch/svn/root/trunk@43369 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0023c92a
No related branches found
No related tags found
No related merge requests found
...@@ -1776,6 +1776,9 @@ if test "x$platform" = "xlinux" ; then ...@@ -1776,6 +1776,9 @@ if test "x$platform" = "xlinux" ; then
if lsb_release -d | grep -i 'debian' > /dev/null 2>& 1; then if lsb_release -d | grep -i 'debian' > /dev/null 2>& 1; then
linuxdist="multiarch" linuxdist="multiarch"
fi fi
if lsb_release -d | grep -i 'mint' > /dev/null 2>& 1; then
linuxdist="multiarch"
fi
fi fi
debmultiarch= debmultiarch=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment