summaryrefslogtreecommitdiff
path: root/package/e2fsprogs/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-13 01:35:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-13 01:35:28 +0100
commita63098ec8f1e286cd9bf9e45143ca46463b8a712 (patch)
treed124f57980bd407ef34ce08953c403887a0ffbfb /package/e2fsprogs/Makefile
parentef0a32a759198c0ed721f88349ddaa688d71453f (diff)
add missing dependency to libblkid
Diffstat (limited to 'package/e2fsprogs/Makefile')
-rw-r--r--package/e2fsprogs/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index b0094b9dc..f198e74f5 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -98,16 +98,6 @@ resize2fs-install:
${INSTALL_DIR} ${IDIR_RESIZE2FS}/usr/sbin
${INSTALL_BIN} ${WRKINST}/usr/sbin/resize2fs ${IDIR_RESIZE2FS}/usr/sbin
-libblkid-install:
- ${INSTALL_DIR} ${IDIR_LIBBLKID}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libblkid.so* \
- ${IDIR_LIBBLKID}/usr/lib
-
-libblkid-dev-install:
- ${INSTALL_DIR} ${IDIR_LIBBLKID_DEV}/usr/include/blkid
- ${CP} ${WRKINST}/usr/include/blkid/*.h \
- ${IDIR_LIBBLKID_DEV}/usr/include/blkid
-
libcom-err-install:
${INSTALL_DIR} ${IDIR_LIBCOM_ERR}/usr/lib
${CP} ${WRKINST}/usr/lib/libcom_err.so* \