# HG changeset patch # User Christopher Rogers # Date 1296418360 0 # Node ID d4b7efa2ec7dd9390a6759c89b9ac9654d542563 # Parent f62db0f06f1edb57d884d78a23541d1e00d36f3b xfwm4: Fixed url. diff -r f62db0f06f1e -r d4b7efa2ec7d xfwm4/receipt --- a/xfwm4/receipt Sun Jan 30 17:37:09 2011 +0000 +++ b/xfwm4/receipt Sun Jan 30 20:12:40 2011 +0000 @@ -9,7 +9,7 @@ BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" -WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" +WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules()