From 4668010c4b783fa2b07076c9ed1d659bb23482a1 Mon Sep 17 00:00:00 2001 From: loonycyborg Date: Wed, 28 Feb 2018 20:17:42 +0300 Subject: [PATCH] flatpak-builder manifest: set wesnoth repo path to server's local git repo for now --- packaging/flatpak/org.wesnoth.Wesnoth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/flatpak/org.wesnoth.Wesnoth.json b/packaging/flatpak/org.wesnoth.Wesnoth.json index e775b411c4b3..c5f8dc352810 100644 --- a/packaging/flatpak/org.wesnoth.Wesnoth.json +++ b/packaging/flatpak/org.wesnoth.Wesnoth.json @@ -63,7 +63,7 @@ "sources": [ { "type": "git", - "path": "/home/sergey/vcs-checkouts/wesnoth", + "path": "/usr/src/wesnoth/master", "branch": "master" } ]