diff options
Diffstat (limited to 'desktop/insync-thunar/insync-thunar.SlackBuild')
-rw-r--r-- | desktop/insync-thunar/insync-thunar.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/insync-thunar/insync-thunar.SlackBuild b/desktop/insync-thunar/insync-thunar.SlackBuild index 52942aff2db8..11e35d436261 100644 --- a/desktop/insync-thunar/insync-thunar.SlackBuild +++ b/desktop/insync-thunar/insync-thunar.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=insync-thunar DEBNAM=precise VERSION=${VERSION:-1.3.12.36116} @@ -30,7 +32,6 @@ DEBARCH=all BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |