diff options
Diffstat (limited to 'kmod/Pkgfile')
-rwxr-xr-x | kmod/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmod/Pkgfile b/kmod/Pkgfile index 47e8ac21d..abd27e422 100755 --- a/kmod/Pkgfile +++ b/kmod/Pkgfile @@ -19,7 +19,7 @@ build() { --with-zlib \ --with-xz make - make check || + make check || true make DESTDIR=$PKG install install -dm755 $PKG/{,s}bin |