wok-next rev 20411
js: fix ownership
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jan 07 16:38:36 2018 +0200 (2018-01-07) |
parents | 7975a302b55c |
children | 0b724e182c2c |
files | js/receipt |
line diff
1.1 --- a/js/receipt Sun Jan 07 15:59:13 2018 +0200 1.2 +++ b/js/receipt Sun Jan 07 16:38:36 2018 +0200 1.3 @@ -48,6 +48,8 @@ 1.4 find $install/usr/include/ \ 1.5 $install/usr/lib/pkgconfig/ \ 1.6 -type f -exec chmod -v 644 '{}' \; 1.7 + 1.8 + chown -R root:root $install 1.9 } 1.10 1.11 genpkg_rules() {