diff options
author | Chris Lord <chris@openedhand.com> | 2004-08-18 13:32:32 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-08-18 13:32:32 +0000 |
commit | 7f3426c11f4042fb7bf14a71fe2a108106ace2ee (patch) | |
tree | 8387058264c073fdfa20c2b65c67f83fe834e519 /ipkg-utils/ipkg-link_1.6cvs.oe | |
parent | e4dc5c3cd664328ed239089435cb1a3eed164cc7 (diff) |
Really fix ipkg-link.
BKrev: 41235a70qNVInwcG3tjMEIyfJDD9Gg
Diffstat (limited to 'ipkg-utils/ipkg-link_1.6cvs.oe')
-rw-r--r-- | ipkg-utils/ipkg-link_1.6cvs.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ipkg-utils/ipkg-link_1.6cvs.oe b/ipkg-utils/ipkg-link_1.6cvs.oe index e69de29bb2..15bf3d62a3 100644 --- a/ipkg-utils/ipkg-link_1.6cvs.oe +++ b/ipkg-utils/ipkg-link_1.6cvs.oe @@ -0,0 +1,16 @@ +DESCRIPTION = "Itsy Package Manager utilities link script" +CONFLICTS = "ipkg-utils" +PR = "r1" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=ipkg-utils \ + file://fix-ipkg-link.patch;patch=1" +S = "${WORKDIR}/ipkg-utils" + +do_compile() { + : +} + +do_install() { + install -d ${D}/${bindir} + install -m 0755 ipkg-link ${D}/${bindir} +} |