From 645a6d2f2adda03dbc661928adf38990f728b91f Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 24 May 2018 00:04:13 -0400 Subject: [PATCH] Update the snapcraft configuration --- snap/snapcraft.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 479be73d9..72fd1fee6 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,4 +1,4 @@ -name: tig-snaps +name: tig version: git summary: Text-mode interface for git description: | @@ -17,3 +17,7 @@ parts: tig: source: . plugin: autotools + build: | + make configure + ./configure + make install