diff options
Diffstat (limited to 'repo/system/libseccomp.xibuild')
-rw-r--r-- | repo/system/libseccomp.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libseccomp.xibuild b/repo/system/libseccomp.xibuild index f5de719..6836659 100644 --- a/repo/system/libseccomp.xibuild +++ b/repo/system/libseccomp.xibuild @@ -12,9 +12,9 @@ build () { make } -check () { - make check -} +#check () { + #make check +#} package () { make prefix=/usr lib=lib DESTDIR=$PKG_DEST install |