aboutsummaryrefslogtreecommitdiff
path: root/app/text/scrollkeeper/scrollkeeper.SlackBuild
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/text/scrollkeeper/scrollkeeper.SlackBuild
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/text/scrollkeeper/scrollkeeper.SlackBuild')
-rw-r--r--app/text/scrollkeeper/scrollkeeper.SlackBuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/text/scrollkeeper/scrollkeeper.SlackBuild b/app/text/scrollkeeper/scrollkeeper.SlackBuild
index 2fb11771..6b19aead 100644
--- a/app/text/scrollkeeper/scrollkeeper.SlackBuild
+++ b/app/text/scrollkeeper/scrollkeeper.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"
# Configure
@@ -131,13 +131,13 @@ cat << EODESC > "$PKG/install/slack-desc"
|-----handy-ruler-------------------------------------------------|
scrollkeeper: scrollkeeper by Slack.Sarava
scrollkeeper:
-scrollkeeper: ScrollKeeper is a cataloging system for documentation on open systems. It manages
-scrollkeeper: documentation metadata (as specified by the Open Source Metadata Framework(OMF))
-scrollkeeper: and provides a simple API to allow help browsers to find, sort, and search the
-scrollkeeper: document catalog. It will also be able to communicate with catalog servers on the
-scrollkeeper: Net to search for documents which are not on the local system.
-scrollkeeper:
-scrollkeeper:
+scrollkeeper: ScrollKeeper is a cataloging system for documentation on open
+scrollkeeper: systems. It manages documentation metadata (as specified by the
+scrollkeeper: Open Source Metadata Framework(OMF)) and provides a simple API
+scrollkeeper: to allow help browsers to find, sort, and search the document
+scrollkeeper: catalog. It will also be able to communicate with catalog
+scrollkeeper: servers on the Net to search for documents which are not on the
+scrollkeeper: local system.
scrollkeeper:
scrollkeeper:
EODESC