diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-04-09 22:07:37 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-04-09 22:07:37 +0000 |
commit | dc96b3d2db71fcb37c796a4f0b12a83c44ca7942 (patch) | |
tree | b3248e3230324bd483066cd46366a613d87c3121 /x11 | |
parent | affe157ccd9e61bf4b57d3f6e60ca5b1f040b0e5 (diff) | |
download | slackbuilds-dc96b3d2db71fcb37c796a4f0b12a83c44ca7942.tar.gz slackbuilds-dc96b3d2db71fcb37c796a4f0b12a83c44ca7942.tar.bz2 |
xchm: changed downloaded site
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1147 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'x11')
-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 |