diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-22 22:37:40 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-22 22:37:40 +0000 |
commit | 6179e287cc54cca435c9c27531dd3f849664a45b (patch) | |
tree | d610c07fbfb594cf7dc04406ce2d657344d64340 /mobilemesh | |
parent | 5ed6472ffaf48208b24fc7a1dd34991ed7fc3ac7 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/11/22 10:15:23+01:00 (none)!br1
mobilemesh: switched to subversion
BKrev: 41a26a34FEfYnwCkXY7Oyd5jsHGQNg
Diffstat (limited to 'mobilemesh')
-rw-r--r-- | mobilemesh/mobilemesh_1.2.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobilemesh/mobilemesh_1.2.oe b/mobilemesh/mobilemesh_1.2.oe index 8504760224..67e233a0c9 100644 --- a/mobilemesh/mobilemesh_1.2.oe +++ b/mobilemesh/mobilemesh_1.2.oe @@ -2,7 +2,7 @@ SECTION = "console/network" DESCRIPTION = "MobileMesh mobile ad-hoc routing protocol" LICENSE = "GPL" DEPENDS = "openssl" -SRC_URI = "cvs://anoncvs:anoncvs@meshcube.org/data/cvs;module=application/mobilemesh" +SRC_URI = "svn://meshcube.org/svn/application;module=mobilemesh" S = "${WORKDIR}/mobilemesh" @@ -29,5 +29,5 @@ do_install() { install ${S}/doc/INSTALL ${D}/${docdir} install ${S}/doc/LICENSE ${D}/${docdir} install ${S}/doc/README ${D}/${docdir} - install ${S}/ipkg/etc/init.d/mobilemesh ${D}/${sysconfdir}/init.d/ + install ${S}/mobilemesh.init ${D}/${sysconfdir}/init.d/mobilemesh } |