summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-04 10:35:17 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-04 10:35:17 (EDT)
commit0737912c6f8573e69158703f01b635e9a3bc1832 (patch)
treee7b414051ac91ba343d69d6a1b91046c01f91bd8 /build
parent628e52126c3b912ed54df481249efbb6010f4033 (diff)
Install pkg-config files.
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 4e54757..89b8b93 100755
--- a/build
+++ b/build
@@ -43,4 +43,5 @@ build: build-ncurses build-ncursesw
install: build
(cd obj-ncurses && make install)
(cd obj-ncursesw && make install.libs)
+ mv dest/usr/lib/pkgconfig dest/usr/lib/$(OPK_HOST_ARCH)/pkgconfig
oh-installfiles