diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-29 19:47:46 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:46 +0200 |
commit | 3b32b344036118c092ed7edea726a731e413c99b (patch) | |
tree | c43a8beed836d8030311a29e7e9289f9e06d7e4d /PKGBUILD | |
parent | e89c4d1267ca53ed746491842ce0ad3c31411a02 (diff) | |
download | pkgbuilds-3b32b344036118c092ed7edea726a731e413c99b.tar.xz |
ncurses-git: They moved the pkgconfig files..
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ pkgname=ncurses-git -pkgver=5.9.r175.ga84fd46 +pkgver=5.9.r182.g1cfa111 pkgrel=1 pkgdesc='Unofficial git mirror of snapshots from ftp://invisible-island.net/ncurses/current/' @@ -58,7 +58,7 @@ package() { done for lib in ncurses ncurses++ form panel menu; do - ln -s "$lib"w.pc "$pkgdir"/usr/lib/pkgconfig/"$lib".pc + ln -s "$lib"w.pc "$pkgdir"/usr/share/pkgconfig/"$lib".pc done # some packages look for -lcurses during build |