summaryrefslogtreecommitdiff
path: root/packages/ica/ica-bin_8.0.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:25:04 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:25:04 +0000
commitde9b02eb7296b392d3b9f52aa0f30c56fe6a6299 (patch)
tree179895849d289c7a5cf08a55ff21afa74985a54d /packages/ica/ica-bin_8.0.bb
parent51623a4e90bb2cfe64fee34ab42e9e65647d61a5 (diff)
parentf907777709b20d8d73e3587026296a6616262229 (diff)
merge of '44da8efcf85940e173cd83b2ea95fa7ae8782bb5'
and 'ca1dbbdd8a20d72c6e8277b66f14e016ff7b8cc2'
Diffstat (limited to 'packages/ica/ica-bin_8.0.bb')
-rw-r--r--packages/ica/ica-bin_8.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/ica/ica-bin_8.0.bb b/packages/ica/ica-bin_8.0.bb
index 8ed18620b2..ede48ffe3b 100644
--- a/packages/ica/ica-bin_8.0.bb
+++ b/packages/ica/ica-bin_8.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "virtual/libx11 libxaw rpm2cpio-native"
HOMEPAGE="www.citrix.com/download/"
-SRC_URI="file://${DL_DIR}/ICAClient-8.0-1.i386.rpm"
+SRC_URI="file://${DL_DIR}/ICAClient-8.0-1.i386.rpm"
S="${WORKDIR}"
PACKAGES= "${PN}"
@@ -17,9 +17,9 @@ python ica_do_fetch() {
def dowarn(str,d):
out = bb.data.expand(str, d)
bb.note(out)
-
+
file = bb.data.getVar('A', d)
- basen = os.path.basename(file)
+ basen = os.path.basename(file)
if not os.path.exists(file):
dowarn('You need to perform the following steps to build this package:',d)
@@ -44,7 +44,7 @@ do_compile() {
DDIR="${D}/usr/lib/ICAClient"
do_install () {
- for file in `find usr/lib/ICAClient/ -type d`; do
+ for file in `find usr/lib/ICAClient/ -type d`; do
install -d ${D}/$file
done