mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/irssi: fix trailing spaces
This commit is contained in:
parent
6d5f86b010
commit
5cc4703a6d
@ -30,12 +30,12 @@ build() {
|
||||
--with-perl=module \
|
||||
--with-perl-lib=vendor \
|
||||
--with-proxy
|
||||
make
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
make DESTDIR="$pkgdir" install
|
||||
find "$pkgdir" -name perllocal.pod -delete
|
||||
}
|
||||
|
||||
@ -52,7 +52,7 @@ perl() {
|
||||
mv "$pkgdir"/usr/lib/perl5 "$subpkgdir"/usr/lib/
|
||||
#need write permission when stripping
|
||||
for i in TextUI/TextUI.so Irssi.so Irc/Irc.so UI/UI.so; do
|
||||
chmod +w "$subpkgdir"/usr/lib/perl5/vendor_perl/auto/Irssi/$1
|
||||
chmod +w "$subpkgdir"/usr/lib/perl5/vendor_perl/auto/Irssi/$1
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user