浏览代码

Check that tomb gets installed

Bob Mottram 9 年前
父节点
当前提交
6f25d9782d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone-utils-filesystem

+ 3
- 0
src/freedombone-utils-filesystem 查看文件

@@ -59,6 +59,9 @@ function install_tomb {
59 59
 	fi
60 60
 
61 61
 	make install
62
+	if [ ! -f /usr/local/bin/tomb ]; then
63
+		exit 93462
64
+	fi
62 65
 
63 66
 	echo 'install_tomb' >> $COMPLETION_FILE
64 67
 }