Skip to content

Commit

Permalink
classes/xfce.bbclass: fix SRC_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
leggewie committed Jan 16, 2010
1 parent 83f66a3 commit 96db626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/xfce.bbclass
Expand Up @@ -9,7 +9,7 @@ LICENSE = "LGPLv2"
DEPENDS += "startup-notification"

XFCE_VERSION = ${PV}
SRC_URI = "http://www.us.xfce.org/archive/xfce-${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2"
SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2"

inherit autotools

Expand Down

0 comments on commit 96db626

Please sign in to comment.