]> git.r.bdr.sh - rbdr/lyricli/commitdiff
Add pod2man
authorRuben Beltran del Rio <redacted>
Sat, 16 Mar 2024 22:19:22 +0000 (23:19 +0100)
committerRuben Beltran del Rio <redacted>
Sat, 16 Mar 2024 22:19:22 +0000 (23:19 +0100)
.build.yml
Makefile

index 691293d4b97d4f0dbcb7653d5474aa0ecbd1e7fe..8f9530354e53af28b41cf656754d23d32a8ccefe 100644 (file)
@@ -10,6 +10,7 @@ packages:
   - tar
   - gzip
   - wget
+  - pod2man
 sources:
   - git@git.sr.ht:~rbdr/lyricli
 secrets:
index 516f47e562eb8ffebe5828f5969dfd824c3320c0..d8a7b6260da6e557ec071ded713297baba2eaedc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ build: prepare
 # cross compiling in the CI, and I know what I'm running, but
 ifeq ($(host_architecture), x86_64-unknown-linux-gnu)
 ifeq ($(target), aarch64-unknown-linux-gnu)
-    LD_LIBRARY_PATH=/usr/local/aarch64-linux-gnu/lib:${LD_LIBRARY_PATH}
+       LD_LIBRARY_PATH=/usr/local/aarch64-linux-gnu/lib:${LD_LIBRARY_PATH}
 endif
 endif
        @export $$(cat .env | xargs) > /dev/null 2>&1 && cargo build --profile $(profile) --target $(target)