diff options
| author | Jonathan Bauer | 2013-03-19 15:02:52 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-19 15:02:52 +0100 |
| commit | da0084106fbd7a11fb0156bc673947a4f482b2d2 (patch) | |
| tree | 213a0643060fc1e3685cef2f4a211e8e973db1b6 /remote/modules/hwinfo | |
| parent | fix path for --help (diff) | |
| download | tm-scripts-da0084106fbd7a11fb0156bc673947a4f482b2d2.tar.gz tm-scripts-da0084106fbd7a11fb0156bc673947a4f482b2d2.tar.xz tm-scripts-da0084106fbd7a11fb0156bc673947a4f482b2d2.zip | |
copy_static_files function now called on each module
Diffstat (limited to 'remote/modules/hwinfo')
| -rw-r--r-- | remote/modules/hwinfo/hwinfo.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/hwinfo/hwinfo.build b/remote/modules/hwinfo/hwinfo.build index 383b8c2a..b2012a22 100644 --- a/remote/modules/hwinfo/hwinfo.build +++ b/remote/modules/hwinfo/hwinfo.build @@ -9,7 +9,7 @@ fetch_source() { build() { pdebug "Installing libx86emu in ${MODULE_DIR}/build..." cd "${MODULE_DIR}/src/libx86emu" - make || perror "libx86emu: make failed." + EXTRA_FLAGS="-I${MODULE_DIR}/src/libx86emu/include" make || perror "libx86emu: make failed." DESTDIR="${MODULE_DIR}"/build make install || perror "libx86emu: make install failed." cd - &> /dev/null |
