diff mbox

[stage1-xen,v2,05/11] build/fedora: Add `source_path.sh`

Message ID 20170919065832.1913.65110.stgit@rajivs-macbook-pro.local (mailing list archive)
State New, archived
Headers show

Commit Message

Rajiv Ranganath Sept. 19, 2017, 6:58 a.m. UTC
From: Rajiv M Ranganath <rajiv.ranganath@atihita.com>

Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com>
---
 build/fedora/source_path.sh |    3 +++
 1 file changed, 3 insertions(+)
 create mode 100755 build/fedora/source_path.sh

Comments

Stefano Stabellini Sept. 22, 2017, 12:21 a.m. UTC | #1
On Tue, 19 Sep 2017, Rajiv Ranganath wrote:
> From: Rajiv M Ranganath <rajiv.ranganath@atihita.com>
> 
> Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>

> ---
>  build/fedora/source_path.sh |    3 +++
>  1 file changed, 3 insertions(+)
>  create mode 100755 build/fedora/source_path.sh
> 
> diff --git a/build/fedora/source_path.sh b/build/fedora/source_path.sh
> new file mode 100755
> index 0000000..8076af3
> --- /dev/null
> +++ b/build/fedora/source_path.sh
> @@ -0,0 +1,3 @@
> +#!/bin/sh
> +
> +export PATH=/opt/xen-4.9.0/sbin:/opt/xen-4.9.0/bin:/opt/stage1-xen/bin:/opt/qemu-2.10.0/bin:$PATH
>
diff mbox

Patch

diff --git a/build/fedora/source_path.sh b/build/fedora/source_path.sh
new file mode 100755
index 0000000..8076af3
--- /dev/null
+++ b/build/fedora/source_path.sh
@@ -0,0 +1,3 @@ 
+#!/bin/sh
+
+export PATH=/opt/xen-4.9.0/sbin:/opt/xen-4.9.0/bin:/opt/stage1-xen/bin:/opt/qemu-2.10.0/bin:$PATH