diff options
Diffstat (limited to 'desktop/thunar-custom-actions/thunar-custom-actions.SlackBuild')
-rw-r--r-- | desktop/thunar-custom-actions/thunar-custom-actions.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/thunar-custom-actions/thunar-custom-actions.SlackBuild b/desktop/thunar-custom-actions/thunar-custom-actions.SlackBuild index 5007eae4175d3..27b2e6797066a 100644 --- a/desktop/thunar-custom-actions/thunar-custom-actions.SlackBuild +++ b/desktop/thunar-custom-actions/thunar-custom-actions.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=thunar-custom-actions VERSION=${VERSION:-0.0.22} BUILD=${BUILD:-1} @@ -29,7 +31,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |