summaryrefslogtreecommitdiffstats
path: root/system/refind/refind.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/refind/refind.SlackBuild')
-rw-r--r--system/refind/refind.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/refind/refind.SlackBuild b/system/refind/refind.SlackBuild
index 02cabd0ea7..3064d5fee4 100644
--- a/system/refind/refind.SlackBuild
+++ b/system/refind/refind.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=refind
VERSION=${VERSION:-0.13.2}
BUILD=${BUILD:-1}
@@ -40,7 +42,6 @@ if [ "$ARCH" != "x86_64" ] && [ "$ARCH" != "i586" ] && [ "$ARCH" != "i686" ]; th
exit
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}