diff options
Diffstat (limited to 'x11/misc')
-rwxr-xr-x | x11/misc/xchm/xchm.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/misc/xchm/xchm.SlackBuild b/x11/misc/xchm/xchm.SlackBuild index 0d1114fa..f63f8746 100755 --- a/x11/misc/xchm/xchm.SlackBuild +++ b/x11/misc/xchm/xchm.SlackBuild @@ -49,7 +49,7 @@ ERROR_PATCH=40 RTOOL="wget" PACKAGE_EXT="bz2" SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT" -URL="http://ufpr.dl.sourceforge.net/$PACKAGE/$SRC" +URL="http://ufpr.dl.sourceforge.net/sourceforge/$PACKAGE/$SRC" SRC_DIR="$SRC_DIR/$PACKAGE" mkdir -p $SRC_DIR |