Kaydet (Commit) bd9e53c4 authored tarafından Your Name's avatar Your Name

changeable builddir

üst 030193d8
#!/bin/bash
export CURDIR=$(pwd)
export BUILDDIR=$(mktemp -d)
[ "$BUILDDIR" == "" ] && export BUILDDIR=$(mktemp -d)
export WORKDIR=$BUILDDIR/work
export INSTALLDIR=$BUILDDIR/install
export DESTDIR=$INSTALLDIR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment