[PATCH] Make sure that the bin dir is created before adding it to the path

Wald Commits scm-commit at wald.intevation.org
Fri Sep 26 16:02:19 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1411740136 -7200
# Node ID dcce1e7201e2419bfce9f5ecb712a182c86f3cf4
# Parent  8bfbfd4ea568b486b08fe4e92dda5c7f9392cbb1
Make sure that the bin dir is created before adding it to the path

diff -r 8bfbfd4ea568 -r dcce1e7201e2 INSTALL
--- a/INSTALL	Fri Sep 26 15:25:59 2014 +0200
+++ b/INSTALL	Fri Sep 26 16:02:16 2014 +0200
@@ -14,6 +14,7 @@
 Polarssl needs cmake and build-essentials.
 
     export YOURPREFIX=<Prefix of your choice (default /usr)>
+    mkdir -p $YOURPREFIX/bin
     export PATH=$YOURPREFIX/bin:$PATH
 
     curl https://download.qt-project.org/official_releases/qt/5.3/5.3.2/single/qt-everywhere-opensource-src-5.3.2.tar.xz.mirrorlist | grep SHA-256


More information about the Trustbridge-commits mailing list