v8: move all header files to include dir

This commit is contained in:
Enno Boland 2014-03-08 03:14:50 +01:00
parent b1cd56af26
commit 12bf3fe8f3

View file

@ -51,12 +51,8 @@ do_install() {
fi
fi
vinstall include/${pkgname}-debug.h 644 usr/include
vinstall include/${pkgname}-preparser.h 644 usr/include
vinstall include/${pkgname}-profiler.h 644 usr/include
vinstall include/${pkgname}-testing.h 644 usr/include
vinstall include/${pkgname}.h 644 usr/include
vinstall include/${pkgname}stdint.h 644 usr/include
vmkdir usr/include
vcopy 'include/v8*.h' usr/include
ln -sfr ${DESTDIR}/usr/lib/libv8.so.${_sonamever} ${DESTDIR}/usr/lib/libv8.so
}