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