summaryrefslogtreecommitdiffstats
path: root/system/profile-cleaner/profile-cleaner.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/profile-cleaner/profile-cleaner.SlackBuild')
-rw-r--r--system/profile-cleaner/profile-cleaner.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/profile-cleaner/profile-cleaner.SlackBuild b/system/profile-cleaner/profile-cleaner.SlackBuild
index 4dae3ad8e2..2d32ea8211 100644
--- a/system/profile-cleaner/profile-cleaner.SlackBuild
+++ b/system/profile-cleaner/profile-cleaner.SlackBuild
@@ -24,13 +24,14 @@
# (INCLUDING NEGLIGENCE OR 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=profile-cleaner
VERSION=${VERSION:-2.35}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}