diff options
Diffstat (limited to 'repo/system/findutils.xibuild')
-rw-r--r-- | repo/system/findutils.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/system/findutils.xibuild b/repo/system/findutils.xibuild index 7ac8bfd..9c0948b 100644 --- a/repo/system/findutils.xibuild +++ b/repo/system/findutils.xibuild @@ -13,5 +13,8 @@ build () { esac make +} + +package () { make DESTDIR=$PKG_DEST install } |