diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-25 11:58:52 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-25 11:58:52 +0000 |
commit | fe305985f767faee287b00e7f818b338c7889dcf (patch) | |
tree | a7ba87f7ba8945d93855f0204d72477cb90a4846 /packages/haserl | |
parent | 60b031c351624fae9d511eb50b8cd7c5aac860b9 (diff) |
haserl: Correct my SRC_URI-commit
Diffstat (limited to 'packages/haserl')
-rw-r--r-- | packages/haserl/haserl_0.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/haserl/haserl_0.8.0.bb b/packages/haserl/haserl_0.8.0.bb index 3011e6329a..ba10060c9c 100644 --- a/packages/haserl/haserl_0.8.0.bb +++ b/packages/haserl/haserl_0.8.0.bb @@ -4,6 +4,6 @@ DEPENDS = "" PR = "r0" LICENSE = "GPL" -SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/haserl/haserl-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" inherit autotools gettext |