diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-25 01:06:11 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-25 01:06:11 +0000 |
commit | 41971469187d8069e25d13a0a4a1566f26029323 (patch) | |
tree | 183b0d388aef3ec2e86e29cf2fb96a020b6f922b | |
parent | 84bdd46a8979d8990635b841759bc07d1003f996 (diff) | |
download | slackbuilds-41971469187d8069e25d13a0a4a1566f26029323.tar.gz slackbuilds-41971469187d8069e25d13a0a4a1566f26029323.tar.bz2 |
envy24control: small change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@519 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | envy24control/envy24control.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/envy24control/envy24control.SlackBuild b/envy24control/envy24control.SlackBuild index 6948c8b8..7f178e53 100755 --- a/envy24control/envy24control.SlackBuild +++ b/envy24control/envy24control.SlackBuild @@ -53,7 +53,7 @@ PACKAGE_EXT="bz2" SRC="alsa-tools-$VERSION.tar.$PACKAGE_EXT" URL="ftp://ftp.alsa-project.org/pub/tools/$SRC" -SRC_DIR="$SRC_DIR/$PACKAGE" +SRC_DIR="$SRC_DIR/alsa-tools" mkdir -p $SRC_DIR if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then |