Browse Source

Check that tomb gets installed

Bob Mottram 9 years ago
parent
commit
6f25d9782d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-utils-filesystem

+ 3
- 0
src/freedombone-utils-filesystem View File

@@ -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
 }