diff options
-rwxr-xr-x | dopewars/dopewars.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dopewars/dopewars.SlackBuild b/dopewars/dopewars.SlackBuild index 629ab148..5413d5cf 100755 --- a/dopewars/dopewars.SlackBuild +++ b/dopewars/dopewars.SlackBuild @@ -32,7 +32,7 @@ fi RTOOL="wget" PACKAGE_EXT="gz" SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT" -ULR="http://easynews.dl.sourceforge.net/sourceforge/dopewars/$SRC" +URL="http://easynews.dl.sourceforge.net/sourceforge/dopewars/$SRC" SRC_DIR="$SRC_DIR/$PACKAGE" mkdir -p $SRC_DIR |