diff options
Diffstat (limited to 'packages/meta/unslung-standard-image.bb')
-rw-r--r-- | packages/meta/unslung-standard-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meta/unslung-standard-image.bb b/packages/meta/unslung-standard-image.bb index 413a51037f..ae2bfd44fb 100644 --- a/packages/meta/unslung-standard-image.bb +++ b/packages/meta/unslung-standard-image.bb @@ -27,7 +27,7 @@ inherit image_ipk # Note that anything in this function must be repeatable without having to rebuild the rootfs unslung_clean_image () { # Remove info from the local feed used to build the image - rm -f ${IMAGE_ROOTFS}/usr/lib/ipkg/lists/* + rm -f ${IMAGE_ROOTFS}${libdir}/ipkg/lists/* rm -f ${IMAGE_ROOTFS}/${sysconfdir}/version } |