remove failing part
This commit is contained in:
parent
90f96891a5
commit
2e035d836b
1 changed files with 6 additions and 6 deletions
12
PKGBUILD
12
PKGBUILD
|
@ -32,12 +32,12 @@ package() {
|
|||
mv "$tmppackage" "$pkgjson"
|
||||
chmod 644 "$pkgjson"
|
||||
|
||||
find "$pkgdir" -type f -name package.json | while read pkgjson; do
|
||||
local tmppackage="$(mktemp)"
|
||||
jq 'del(.man)' "$pkgjson" > "$tmppackage"
|
||||
mv "$tmppackage" "$pkgjson"
|
||||
chmod 644 "$pkgjson"
|
||||
done
|
||||
#find "$pkgdir" -type f -name package.json | while read pkgjson; do
|
||||
# local tmppackage="$(mktemp)"
|
||||
# jq 'del(.man)' "$pkgjson" > "$tmppackage"
|
||||
# mv "$tmppackage" "$pkgjson"
|
||||
# chmod 644 "$pkgjson"
|
||||
#done
|
||||
|
||||
# npm gives ownership of ALL FILES to build user
|
||||
# https://bugs.archlinux.org/task/63396
|
||||
|
|
Loading…
Reference in a new issue