diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-08-01 11:33:35 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-08-01 11:33:35 +0000 |
| commit | 940cd855104abdd2f131775417e7626a7c5a2338 (patch) | |
| tree | 2f9371f4428156aef2b7a8c48b616b2177a8cd07 /meta/packages/opkg | |
| parent | ba8644bafcecc4acc83526ebf94c91bc46f93eba (diff) | |
| download | poky-940cd855104abdd2f131775417e7626a7c5a2338.tar.gz | |
opkg: remove duplicated / from postinst
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4997 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opkg')
| -rw-r--r-- | meta/packages/opkg/opkg_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/opkg/opkg_svn.bb b/meta/packages/opkg/opkg_svn.bb index b89ad7fd77..41416a01c3 100644 --- a/meta/packages/opkg/opkg_svn.bb +++ b/meta/packages/opkg/opkg_svn.bb | |||
| @@ -6,7 +6,7 @@ RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg" | |||
| 6 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" | 6 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" |
| 7 | PACKAGE_ARCH_update-alternatives-cworth = "all" | 7 | PACKAGE_ARCH_update-alternatives-cworth = "all" |
| 8 | 8 | ||
| 9 | PR = "r7" | 9 | PR = "r8" |
| 10 | 10 | ||
| 11 | PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth" | 11 | PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth" |
| 12 | 12 | ||
| @@ -36,7 +36,7 @@ if [ "x$D" != "x" ]; then | |||
| 36 | opkg-cl configure | 36 | opkg-cl configure |
| 37 | rm -f /${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure | 37 | rm -f /${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure |
| 38 | " > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure | 38 | " > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure |
| 39 | chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure | 39 | chmod 0755 ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure |
| 40 | fi | 40 | fi |
| 41 | 41 | ||
| 42 | update-alternatives --install ${bindir}/opkg opkg ${bindir}/opkg-cl 100 | 42 | update-alternatives --install ${bindir}/opkg opkg ${bindir}/opkg-cl 100 |
