aboutsummaryrefslogtreecommitdiffstats
path: root/txdrug
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-03-30 17:57:47 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-03-30 17:57:47 +0000
commitc7ffbb1b03a9d1aa55f45a6eb25b1d12bcf50dbe (patch)
treeccb79f8dd271e99ce59cacb66919434e06aadea3 /txdrug
parent3c42de300e1e00b066c679fe2cf93a11cbc9505a (diff)
downloadopenembedded-c7ffbb1b03a9d1aa55f45a6eb25b1d12bcf50dbe.tar.gz
append exactly one '/' after ${palmtopdir}, not zero, not two and not even more than two
BKrev: 4069b51bi0pkDQWoVJdPxCUNQKlZOw
Diffstat (limited to 'txdrug')
-rw-r--r--txdrug/txdrug_0.1.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/txdrug/txdrug_0.1.oe b/txdrug/txdrug_0.1.oe
index 77069bbcbe..994d12ed69 100644
--- a/txdrug/txdrug_0.1.oe
+++ b/txdrug/txdrug_0.1.oe
@@ -14,5 +14,5 @@ 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 -m 755 txdrug ${D}${palmtopdir}/bin/txdrug
}