diff options
Diffstat (limited to 'libraries/properties-cpp')
-rw-r--r-- | libraries/properties-cpp/properties-cpp.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/properties-cpp/properties-cpp.SlackBuild b/libraries/properties-cpp/properties-cpp.SlackBuild index 5fa51b45fc31..6f6d7bb8a52f 100644 --- a/libraries/properties-cpp/properties-cpp.SlackBuild +++ b/libraries/properties-cpp/properties-cpp.SlackBuild @@ -22,6 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=properties-cpp VERSION=${VERSION:-0.0.1} SRCVER=${SRCVER:-0.0.1+14.10.20140730} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |