mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/perl-font-ttf: fix find ... -delete line
This commit is contained in:
parent
97ab604f20
commit
2508a6506c
@ -33,7 +33,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
find "$pkgdir" \( -name *.txt -o -name *.pod -o -name .packlist -o ttfmod.pl \) -delete
|
||||
find "$pkgdir" \( -name *.txt -o -name *.pod -o -name .packlist -o -name ttfmod.pl \) -delete || return 1
|
||||
mv "$pkgdir"/usr/share/perl5/vendor_perl/* "$pkgdir"/usr/lib/perl5/vendor_perl
|
||||
rm -fr "$pkgdir"/usr/share/perl5
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user