common/hooks/pre-pkg/generate-runtime-deps: fix usage of skiprdeps in subpackages
This commit is contained in:
parent
ea82157fab
commit
f27e41dda7
|
@ -67,7 +67,7 @@ hook() {
|
|||
exec 3<&0 # save stdin
|
||||
exec < $depsftmp
|
||||
while read f; do
|
||||
lf=${f#${DESTDIR}}
|
||||
lf=${f#${PKGDESTDIR}}
|
||||
if [ "${skiprdeps/${lf}/}" != "${skiprdeps}" ]; then
|
||||
msg_normal "Skipping dependency scan for ${lf}\n"
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue