Browse Source

correct header path

Waldemar Brodkorb 14 years ago
parent
commit
d987f0275b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      package/e2fsprogs/Makefile

+ 3 - 3
package/e2fsprogs/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 
 PKG_NAME:=		e2fsprogs
 PKG_VERSION:=		1.41.14
-PKG_RELEASE:=		2
+PKG_RELEASE:=		3
 PKG_MD5SUM:=		05f70470aea2ef7efbb0845b2b116720
 PKG_DESCR:=		Ext2/3/4 filesystem utilities
 PKG_SECTION:=		fs
@@ -116,9 +116,9 @@ libuuid-install:
 		${IDIR_LIBUUID}/usr/lib
 
 libuuid-dev-install:
-	${INSTALL_DIR} ${IDIR_LIBUUID_DEV}/usr/include
+	${INSTALL_DIR} ${IDIR_LIBUUID_DEV}/usr/include/uuid
 	${CP} ${WRKBUILD}/lib/uuid/uuid.h \
-		${IDIR_LIBUUID_DEV}/usr/include
+		${IDIR_LIBUUID_DEV}/usr/include/uuid
 
 e2fsck-static-install:
 ifneq ($(ADK_PACKAGE_E2FSCK_STATIC),)