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