summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/snapshot3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot
index a4f62fa..c987682 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -272,7 +272,8 @@ if [ "$cmd" = "all" -o -n "$cmdtest" ]; then
${srcdir:+${CURRENT}/}${CONFIGURE} --prefix=$INSTALLDIR && \
${MAKE} && \
${MAKE} check && \
- ${MAKE} install install-doc check-install && \
+ ${MAKE} install install-doc && \
+ ${MAKE} check-install && \
${MAKE} uninstall uninstall-doc); then
:
else