diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-23 01:18:03 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-23 01:18:03 +0000 |
commit | e667994a85ff668b0a0442354d4c6e5af1b4ea69 (patch) | |
tree | ba5215e1a5a45f9f58fd6686cef6ca412ff2e0aa /txdrug | |
parent | 604d579b72e994ec2fccbb5f2348ec0ac82da7a5 (diff) |
Kill FILESDIR reference in txdrug.
BKrev: 40affbcbG2ddavgXk5FLmNyA90MUyQ
Diffstat (limited to 'txdrug')
-rw-r--r-- | txdrug/txdrug_0.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/txdrug/txdrug_0.1.oe b/txdrug/txdrug_0.1.oe index a12823f196..d1855dc70a 100644 --- a/txdrug/txdrug_0.1.oe +++ b/txdrug/txdrug_0.1.oe @@ -6,7 +6,7 @@ LICENSE = "GPL" DEPENDS = "virtual/libc virtual/libqpe sqlite" SRC_URI = "http://teax.sourceforge.net/txdrug-${PV}.tar.gz \ - file://${FILESDIR}/${palmtopdir}" + file://${palmtopdir}" S = "${WORKDIR}/txdrug-tar" inherit palmtop |