From 69a53afc663c32f648ab2754e4c39f421c76ce0a Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 1 Mar 2015 22:33:31 +1100 Subject: [PATCH 1/2] Fixed README instructions when building from src downloaded from GitHub or bzr --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 4cb1af76..e3eae405 100644 --- a/README +++ b/README @@ -8,7 +8,10 @@ install locally, using the following instructions... 0) If you pull the source from the upstream bzr or git: bzr branch lp:byobu git clone git://github.com/dustinkirkland/byobu.git - Then you first need to run: + Change the directory name to something different like byobu-src, + otherwise you will have issues in step 5 make process: + mv byobu byobu-src + Then you need to run: ./debian/rules autoconf 1) Or download the latest officially released version from: https://launchpad.net/byobu/+download @@ -35,4 +38,4 @@ Note that you will need to have a few dependencies installed: * gsed (if your sed implementation doesn't support -i) Dustin Kirkland -2013-01-15 +2015-03-01 From 90b34c6c03f44463afd213c1bc24abf1a4944bc5 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 1 Mar 2015 22:40:44 +1100 Subject: [PATCH 2/2] Fixed README instructions when building from src downloaded from GitHub or bzr --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index e3eae405..3672fdfb 100644 --- a/README +++ b/README @@ -12,6 +12,7 @@ install locally, using the following instructions... otherwise you will have issues in step 5 make process: mv byobu byobu-src Then you need to run: + cd byobu-src ./debian/rules autoconf 1) Or download the latest officially released version from: https://launchpad.net/byobu/+download