aboutsummaryrefslogtreecommitdiff
path: root/app/misc
diff options
context:
space:
mode:
authorrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2008-01-22 17:46:04 +0000
committerrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2008-01-22 17:46:04 +0000
commit8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410 (patch)
treec7336cfaa6ee649296890344d8288a3f5c06085b /app/misc
parentee9b0418a0461ff49331732932ecf7ce9c005c62 (diff)
downloadslackbuilds-8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410.tar.gz
slackbuilds-8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410.tar.bz2
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1602 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/misc')
-rw-r--r--app/misc/wine-doors/wine-doors.SlackBuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/app/misc/wine-doors/wine-doors.SlackBuild b/app/misc/wine-doors/wine-doors.SlackBuild
index 583f4157..75abb46d 100644
--- a/app/misc/wine-doors/wine-doors.SlackBuild
+++ b/app/misc/wine-doors/wine-doors.SlackBuild
@@ -86,7 +86,7 @@ fi
# Untar
cd "$PKG_WORK"
tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR
-PKG_SRC=`ls -l | awk '/^d/ { print $8 }'`
+PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $8 }'`"
cd "$PKG_SRC"
# Install winedoors in $DESTDIR
@@ -114,15 +114,15 @@ cat << EODESC > "$PKG/install/slack-desc"
|-----handy-ruler---------------------------------------------------|
wine-doors: wine-doors by Slack.Sarava
wine-doors:
-wine-doors: Wine-doors is an application designed to make installing windows software on Linux,
-wine-doors: Solaris or other Unix systems easier. Wine-doors is essentially a package management
-wine-doors: tool for windows software on Linux systems. Most Linux desktop users are familiar
-wine-doors: with package management style application delivery, so it made sense to apply this
-wine-doors: model to windows software.
-wine-doors:
-wine-doors: Wine-doors works by leveraging the exquisite software, libraries and tools created
-wine-doors: over at WineHQ, there are also plans to support Cedega, cvscedega and Crossover
-wine-doors: Office.
+wine-doors: Wine-doors is an application designed to make installing windows
+wine-doors: software on Linux, Solaris or other Unix systems easier. Wine-
+wine-doors: doors is essentially a package management tool for windows software
+wine-doors: on Linux systems. Most Linux desktop users are familiar with
+wine-doors: package management style application delivery, so it made sense to
+wine-doors: apply this model to windows software.
+wine-doors: Wine-doors works by leveraging the exquisite software, libraries
+wine-doors: and tools created over at WineHQ, there are also plans to support
+wine-doors: Cedega, cvscedega and Crossover Office.
EODESC
# Build the package