diff options
Diffstat (limited to 'system/kitchen-sync/kitchen-sync.SlackBuild')
-rw-r--r-- | system/kitchen-sync/kitchen-sync.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild index e448b977bca1a..f3510cc54cea4 100644 --- a/system/kitchen-sync/kitchen-sync.SlackBuild +++ b/system/kitchen-sync/kitchen-sync.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=kitchen-sync SRCNAM=$(echo "$PRGNAM" | tr '-' '_') VERSION=${VERSION:-2.11} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |