summaryrefslogtreecommitdiff
path: root/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'ipkg')
-rw-r--r--ipkg/ipkg_0.99.121.oe5
-rw-r--r--ipkg/ipkg_0.99.124.oe8
2 files changed, 6 insertions, 7 deletions
diff --git a/ipkg/ipkg_0.99.121.oe b/ipkg/ipkg_0.99.121.oe
index f6204d18d8..dee970df41 100644
--- a/ipkg/ipkg_0.99.121.oe
+++ b/ipkg/ipkg_0.99.121.oe
@@ -19,9 +19,8 @@ pkg_postinst_ipkg () {
#!/bin/sh
if [ "x$D" != "x" ]; then
install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d
- # this needs to happen after S35mountall so that /tmp is available
- echo -e "#!/bin/sh\nipkg-cl configure\nrm -f \$0" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S36configure
- chmod 755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S36configure
+ echo -e "#!/bin/sh\nipkg-cl configure\nrm -f \$0" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S98configure
+ chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S98configure
fi
update-alternatives --install /usr/bin/ipkg ipkg /usr/bin/ipkg-cl 100
diff --git a/ipkg/ipkg_0.99.124.oe b/ipkg/ipkg_0.99.124.oe
index f6204d18d8..8e57a6684f 100644
--- a/ipkg/ipkg_0.99.124.oe
+++ b/ipkg/ipkg_0.99.124.oe
@@ -2,7 +2,7 @@ DESCRIPTION = "Itsy Package Manager"
DESCRIPTION_libipkg = "Itsy Package Manager Library"
LICENSE = "GPL"
PROVIDES = "virtual/ipkg libipkg"
-PR = "r1"
+PR = "r2"
PACKAGES =+ "libipkg-dev libipkg "
FILES_libipkg-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so"
@@ -19,9 +19,9 @@ pkg_postinst_ipkg () {
#!/bin/sh
if [ "x$D" != "x" ]; then
install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d
- # this needs to happen after S35mountall so that /tmp is available
- echo -e "#!/bin/sh\nipkg-cl configure\nrm -f \$0" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S36configure
- chmod 755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S36configure
+ # this happens at S98 where our good 'ole packages script used to run
+ echo -e "#!/bin/sh\nipkg-cl configure\nrm -f \$0" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S98configure
+ chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S98configure
fi
update-alternatives --install /usr/bin/ipkg ipkg /usr/bin/ipkg-cl 100