summaryrefslogtreecommitdiffstats
path: root/src/install.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-01-22 18:55:31 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-01-22 18:55:31 (EST)
commitc057f6d6109f43fd31094d8ac220162d4a6a8274 (patch)
treeb86d135cb7da622c6b674029c4a5c3d1ed749854 /src/install.sh
parent0c5765071709a5a091c41b96103faa6353575f6a (diff)
install_system(): Fix if statement
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.sh b/src/install.sh
index 8447dcc..a42b69e 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -69,7 +69,7 @@ install_system()
"${root}"; then
return 1
fi
- if install_get_pkgs "${root}"; then
+ if ! install_get_pkgs "${root}"; then
return 1
fi