6.1-3: use proper quotes for variable expansion

ledoian
Bartłomiej Piotrowski 7 years ago
parent 8b8d7aa9e8
commit cf6095fac6

@ -4,7 +4,7 @@
pkgname=ncurses pkgname=ncurses
pkgver=6.1 pkgver=6.1
pkgrel=2 pkgrel=3
pkgdesc='System V Release 4.0 curses emulation library' pkgdesc='System V Release 4.0 curses emulation library'
arch=(x86_64) arch=(x86_64)
url='http://invisible-island.net/ncurses/ncurses.html' url='http://invisible-island.net/ncurses/ncurses.html'
@ -33,7 +33,7 @@ package() {
# fool packages looking to link to non-wide-character ncurses libraries # fool packages looking to link to non-wide-character ncurses libraries
for lib in ncurses ncurses++ form panel menu; do for lib in ncurses ncurses++ form panel menu; do
echo 'INPUT(-l${lib}w)' > "$pkgdir/usr/lib/lib${lib}.so" echo "INPUT(-l${lib}w)" > "$pkgdir/usr/lib/lib${lib}.so"
ln -s ${lib}w.pc "$pkgdir/usr/lib/pkgconfig/${lib}.pc" ln -s ${lib}w.pc "$pkgdir/usr/lib/pkgconfig/${lib}.pc"
done done

Loading…
Cancel
Save