summaryrefslogtreecommitdiffstats
path: root/system/unionfs-fuse/unionfs-fuse.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/unionfs-fuse/unionfs-fuse.SlackBuild')
-rw-r--r--system/unionfs-fuse/unionfs-fuse.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/unionfs-fuse/unionfs-fuse.SlackBuild b/system/unionfs-fuse/unionfs-fuse.SlackBuild
index b7f27ca88f..bcded0d4e1 100644
--- a/system/unionfs-fuse/unionfs-fuse.SlackBuild
+++ b/system/unionfs-fuse/unionfs-fuse.SlackBuild
@@ -20,6 +20,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=unionfs-fuse
VERSION=${VERSION:-2.1}
BUILD=${BUILD:-1}
@@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}