diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-10-07 16:59:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-07 16:59:01 +0000 |
commit | a05f01de2c518771dceb6ab93f2a7c487d25c63a (patch) | |
tree | f7f6c2268ff049134402951d079415da884b025d | |
parent | a9e4f9da6ecb564965ec017ccc764a9d4a44f047 (diff) |
lineak: fix S
-rw-r--r-- | packages/lineak/lineak_0.8.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/lineak/lineak_0.8.3.bb b/packages/lineak/lineak_0.8.3.bb index 7b04db572d..fe6778179c 100644 --- a/packages/lineak/lineak_0.8.3.bb +++ b/packages/lineak/lineak_0.8.3.bb @@ -8,6 +8,7 @@ PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/lineak/lineakd-${PV}.tar.gz \ file://add-zaurus-remote-support.patch;patch=1" +S = "${WORKDIR}/lineakd-${PV}" inherit autotools |