diff options
author | davidovski <david@davidovski.xyz> | 2022-03-01 21:25:54 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-01 21:25:54 +0000 |
commit | e8213fac46bfcb8068a883cb88b2bb1587f190f9 (patch) | |
tree | 8ec5946d18961404efb12700267e10cffffa6db7 /repo/system/expat.xibuild | |
parent | 79c82d8fc0a4f6618429a0373bb832afd105543e (diff) |
made packages work with musl
Diffstat (limited to 'repo/system/expat.xibuild')
-rw-r--r-- | repo/system/expat.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/system/expat.xibuild b/repo/system/expat.xibuild index 98f410c..d921e1b 100644 --- a/repo/system/expat.xibuild +++ b/repo/system/expat.xibuild @@ -18,6 +18,5 @@ check () { package () { make DESTDIR=$PKG_DEST install - - install -v -m644 doc/*{.html,png,css} $PKG_DEST/usr/share/doc/expat-$PKG_VER + install -m644 doc/* $PKG_DEST/usr/share/doc/expat-$PKG_VER } |