summaryrefslogtreecommitdiff
path: root/txdrug
diff options
context:
space:
mode:
Diffstat (limited to 'txdrug')
-rw-r--r--txdrug/txdrug_0.1.oe9
1 files changed, 5 insertions, 4 deletions
diff --git a/txdrug/txdrug_0.1.oe b/txdrug/txdrug_0.1.oe
index 6225f7a42a..a12823f196 100644
--- a/txdrug/txdrug_0.1.oe
+++ b/txdrug/txdrug_0.1.oe
@@ -5,13 +5,14 @@ MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
DEPENDS = "virtual/libc virtual/libqpe sqlite"
-SRC_URI = "http://teax.sourceforge.net/txdrug-${PV}.tar.gz"
+SRC_URI = "http://teax.sourceforge.net/txdrug-${PV}.tar.gz \
+ file://${FILESDIR}/${palmtopdir}"
S = "${WORKDIR}/txdrug-tar"
inherit palmtop
do_install() {
- install -d ${D}
- cp -dfR `ls -dp ${FILESDIR}/$u/*|grep -v SCCS` ${D}/$u/
- install -D -m 755 txdrug ${D}${palmtopdir}/bin/txdrug
+ install -d ${D}/${palmtopdir}
+ cp -dfr `ls -dp ${WORKDIR}/${palmtopdir}/*|grep -v SCCS` ${D}/${palmtopdir}/
+ install -D -m 755 txdrug ${D}/${palmtopdir}/bin/txdrug
}