[Buildroot] [Bug 9526] Embedded NPM fails to start with "no such file or directory" error

bugzilla at busybox.net bugzilla at busybox.net
Thu Dec 29 14:33:06 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=9526

--- Comment #5 from bilge at scriptfusion.com ---
post-build.sh is located here
https://github.com/Docker-nano/Buildroot/blob/2016.11/in/post_build.sh.

Its contents I have copied in below.

>#!/bin/bash
>
>[ -n "$TARGET_DIR" ] || exit
>
>cd "$TARGET_DIR"
>
>rm -rf root/.bash_* home/ftp

It just trims the fat by removing files that are presumed to be useless for the
majority of builds. I had not included it because it is thought to be
inconsequential.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list