forked from kiss-community/repo
nodejs: remove more unneeded stuff
This commit is contained in:
parent
85e9114ed1
commit
cac0fd686c
@ -15,6 +15,9 @@ ninja -C out/Release
|
|||||||
tools/install.py install "$1" /usr
|
tools/install.py install "$1" /usr
|
||||||
|
|
||||||
# Remove unneeded files.
|
# Remove unneeded files.
|
||||||
rm -rf "$1/usr/include/node/openssl"
|
rm -rf \
|
||||||
rm -rf "$1/usr/lib/node_modules/npm/scripts"
|
"$1/usr/include/node/openssl" \
|
||||||
rm -f "$1/usr/lib/node_modules/npm/configure"
|
"$1/usr/share/doc" \
|
||||||
|
"$1/usr/share/systemtap" \
|
||||||
|
"$1/usr/lib/node_modules/npm/scripts" \
|
||||||
|
"$1/usr/lib/node_modules/npm/configure"
|
||||||
|
Loading…
Reference in New Issue
Block a user