hooks/strip: do not strip files at /usr/lib/debug.
This commit is contained in:
parent
3058485fd1
commit
35bef58c7b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ hook() {
|
||||||
STRIPCMD=/usr/bin/$STRIP
|
STRIPCMD=/usr/bin/$STRIP
|
||||||
|
|
||||||
find ${PKGDESTDIR} -type f | while read f; do
|
find ${PKGDESTDIR} -type f | while read f; do
|
||||||
if [[ $f =~ ^/usr/lib/debug/ ]]; then
|
if [[ $f =~ ^${PKGDESTDIR}/usr/lib/debug/ ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue