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