diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-07 22:01:01 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-07 22:01:01 +0000 |
commit | f6cf77bfa382cab30b617ff07e7ae41f2f5003e0 (patch) | |
tree | c78de054811393679407687e9d0f52bc7e243cb1 /lives | |
parent | 4d0233cb926d2b7e4d2a3524a1e188d1e260b48b (diff) | |
download | slackbuilds-f6cf77bfa382cab30b617ff07e7ae41f2f5003e0.tar.gz slackbuilds-f6cf77bfa382cab30b617ff07e7ae41f2f5003e0.tar.bz2 |
added lives
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@163 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'lives')
-rwxr-xr-x | lives/lives.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lives/lives.SlackBuild b/lives/lives.SlackBuild index e12cbe87..6cc1b730 100755 --- a/lives/lives.SlackBuild +++ b/lives/lives.SlackBuild @@ -34,7 +34,7 @@ PACKAGE_EXT="bz2" WORK_NAME="LiVeS" WORK_VERSION="`echo $VERSION | sed -e 's/pre/-pre/'`" -SRC="$WORK_NAME-$VERSION.tar.$PACKAGE_EXT" +SRC="$WORK_NAME-$WORK_VERSION.tar.$PACKAGE_EXT" URL="http://www.xs4all.nl/%7Esalsaman/lives/current/$SRC" SRC_DIR="$SRC_DIR/$PACKAGE" |