diff options
Diffstat (limited to 'repo/system/libnghttp.xibuild')
-rw-r--r-- | repo/system/libnghttp.xibuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/system/libnghttp.xibuild b/repo/system/libnghttp.xibuild index 65b9af0..7c4b941 100644 --- a/repo/system/libnghttp.xibuild +++ b/repo/system/libnghttp.xibuild @@ -14,5 +14,7 @@ build () { --enable-lib-only \ --docdir=/usr/share/doc/nghttp2-$PKG_VER && make +} +package () { make DESTDIR=$PKG_DEST install } |