diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-15 14:57:13 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-15 14:57:13 +0000 |
commit | d2d3b036f216a73f879c0927b03054e8994741bc (patch) | |
tree | 67cd5a55bf9cf821f6925afc3f86138c0b5bad43 /opal/opal.SlackBuild | |
parent | 60be29c0d8459b0fb31432bf8b2b7401ef15fa2d (diff) | |
download | slackbuilds-d2d3b036f216a73f879c0927b03054e8994741bc.tar.gz slackbuilds-d2d3b036f216a73f879c0927b03054e8994741bc.tar.bz2 |
slack-required fixes in some scripts
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@212 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'opal/opal.SlackBuild')
-rwxr-xr-x | opal/opal.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opal/opal.SlackBuild b/opal/opal.SlackBuild index bec43858..8f56da57 100755 --- a/opal/opal.SlackBuild +++ b/opal/opal.SlackBuild @@ -4,9 +4,9 @@ # by rafael at riseup.net # -if [ -s "opal.slack-required" ]; then +if [ -s "slack-required" ]; then echo Recomended and required packages for building pwlib are: - cat client.slack-required | sed -e 's/^/\t/' + cat slack-required | sed -e 's/^/\t/' if [ "$INTERACT" != "no" ]; then echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER. read crap |