diff options
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 |