summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaskie2019-06-07 06:34:30 +0900
committertaskie2019-06-07 06:34:30 +0900
commit56680e2c13d844674c22f1d34b6d9c59144cfb01 (patch)
tree0935d34e1b1e80d6b3861a3c14e2367bd86de4e9
parent73bd4c5ad3d4a0308d9155f7199a72bc87dd862f (diff)
downloadaur-56680e2c13d844674c22f1d34b6d9c59144cfb01.tar.gz
remove old lib task
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00c107aa9b6d..4f8a16e80df7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,9 +36,8 @@ build() {
# bypass "ERROR: Preinstalled ocamlbuild detected at ..."
export CHECK_IF_PREINSTALLED=false
opam install --deps-only satysfi
- ./download-fonts.sh
make PREFIX=/usr
- make lib PREFIX=/usr
+ ./download-fonts.sh
}
package() {