diff options
Diffstat (limited to 'system/overpass-webfonts/overpass-webfonts.SlackBuild')
-rw-r--r-- | system/overpass-webfonts/overpass-webfonts.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/overpass-webfonts/overpass-webfonts.SlackBuild b/system/overpass-webfonts/overpass-webfonts.SlackBuild index 4988fc0cadb77..ad3b46db17b6f 100644 --- a/system/overpass-webfonts/overpass-webfonts.SlackBuild +++ b/system/overpass-webfonts/overpass-webfonts.SlackBuild @@ -26,6 +26,8 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SRCNAM="Overpass" +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM="overpass-webfonts" VERSION=${VERSION:-3.0.3} BUILD=${BUILD:-1} @@ -33,7 +35,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |