aboutsummaryrefslogtreecommitdiffstats
path: root/appimage/entrypoint
diff options
context:
space:
mode:
Diffstat (limited to 'appimage/entrypoint')
-rwxr-xr-xappimage/entrypoint6
1 files changed, 3 insertions, 3 deletions
diff --git a/appimage/entrypoint b/appimage/entrypoint
index 39c2ab61..b1ee7eb0 100755
--- a/appimage/entrypoint
+++ b/appimage/entrypoint
@@ -4,8 +4,8 @@ if [ "$SKIP_TESTS" = "1" ]; then
touch /tmp/skip-tests
fi
if [ $(id -u) = 0 ]; then
- if [ ! -d /tmp/build/.gnupg ]; then
- echo "/tmp/build must exist and must contain .gnupg"
+ if [ ! -d /tmp/build ]; then
+ echo "/tmp/build must exist"
exit 2
fi
id=$(stat -c %u /tmp/build)
@@ -25,4 +25,4 @@ cd qpdf
if [ -f /tmp/skip-tests ]; then
export SKIP_TESTS=1
fi
-./appimage/build-appimage --sign
+./appimage/build-appimage