diff options
Diffstat (limited to 'repo/core/mpc.xibuild')
-rw-r--r-- | repo/core/mpc.xibuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/core/mpc.xibuild b/repo/core/mpc.xibuild index d242a83..5fd5898 100644 --- a/repo/core/mpc.xibuild +++ b/repo/core/mpc.xibuild @@ -12,7 +12,9 @@ build () { make html make check +} +package () { make DESTDIR=$PKG_DEST install make DESTDIR=$PKG_DEST install-html } |