From patchwork Wed May 10 15:22:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 760692 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3wNKk24Hm9z9s7f; Thu, 11 May 2017 01:22:50 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1d8TRm-00081I-Ie; Wed, 10 May 2017 15:22:38 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1d8TRh-00081D-JL for fwts-devel@lists.ubuntu.com; Wed, 10 May 2017 15:22:33 +0000 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1d8TRh-0001RN-8Z; Wed, 10 May 2017 15:22:33 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] Snapcraft: fix typo in path Date: Wed, 10 May 2017 16:22:32 +0100 Message-Id: <20170510152232.24337-1-colin.king@canonical.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Fickle fingers, I managed to make a typo in the path variable Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index c35a78df..5179c587 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -24,4 +24,4 @@ apps: fwts: command: bin/fwts environment: - LD_LIBRARY_PATH: $LD_LIBRART_PATH:$SNAP/lib/fwts + LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/lib/fwts