]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rados/test_librados_build.sh
import quincy beta 17.1.0
[ceph.git] / ceph / qa / workunits / rados / test_librados_build.sh
index fbd7b0784a68013abe24201f998a911a8abf5899..2fec7c80d6691bc8c10ff8457d252413af8125fa 100755 (executable)
@@ -71,7 +71,7 @@ pushd $DESTDIR
 case $(distro_id) in
     centos|fedora|rhel|opensuse*|suse|sles)
         install gcc-c++ make libradospp-devel librados-devel;;
-    ubuntu|debian|devuan)
+    ubuntu|debian|devuan|softiron)
         install g++ make libradospp-dev librados-dev;;
     *)
         echo "$(distro_id) is unknown, $@ will have to be installed manually."