summarylogtreecommitdiffstats
path: root/bitbake.install
diff options
context:
space:
mode:
authorAndrea Scarpino2017-10-16 19:08:26 +0200
committerAndrea Scarpino2017-10-16 19:11:09 +0200
commitc43e3a164031ee9e6b5a3aba43718ee892201db7 (patch)
tree3b980d3b18066218fa8f51b3871daa43b74626a0 /bitbake.install
parent675c2eb456c1c1e1afbf036abe33f72a1554e958 (diff)
downloadaur-c43e3a164031ee9e6b5a3aba43718ee892201db7.tar.gz
Update to 1.36
Diffstat (limited to 'bitbake.install')
-rw-r--r--bitbake.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake.install b/bitbake.install
index 68ab95bf3dd8..b46142ee9182 100644
--- a/bitbake.install
+++ b/bitbake.install
@@ -1,4 +1,4 @@
post_install() {
- echo "Please add to `/usr/lib/python2.7/site-packages/bb' to PYTHONPATH shell variable in order for bitbake to work."
- echo "example: echo export PYTHONPATH=/usr/lib/python2.7/site-packages/bb >> ~/.bash_profile"
+ echo "Please add to '/usr/lib/python3.6/site-packages/bb' to PYTHONPATH shell variable in order for bitbake to work."
+ echo "example: echo export PYTHONPATH=/usr/lib/python3.6/site-packages/bb >> ~/.bash_profile"
}