diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-15 21:30:02 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-15 21:30:02 +0000 |
commit | 9ba009a4154f55d869fef17e929412ac89b41048 (patch) | |
tree | c9d0ee29cecd8682843d306ab3d52b064a35b0f5 /ipkg-utils | |
parent | 3ac54ab6b05f9fbdd524557923894a3780de12dc (diff) |
patch-o-the-day from Phil
BKrev: 4056205ahvLeb-GP3N-zx6gD6taMPA
Diffstat (limited to 'ipkg-utils')
-rw-r--r-- | ipkg-utils/ipkg-utils_1.6cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipkg-utils/ipkg-utils_1.6cvs.oe b/ipkg-utils/ipkg-utils_1.6cvs.oe index 8495e9514b..7e6ff31943 100644 --- a/ipkg-utils/ipkg-utils_1.6cvs.oe +++ b/ipkg-utils/ipkg-utils_1.6cvs.oe @@ -9,7 +9,7 @@ LICENSE = "GPL" RDEPENDS = "python" SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils" -S = "${WORKDIR}/${PN}" +S = "${WORKDIR}/ipkg-utils" inherit distutils |