Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-wai-app-static
Commits: 0c02d5e9 by Balló György at 2024-10-16T18:52:19+00:00 Rename the binary to avoid conclict with the warp package Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wai-app-static/-/issues/1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -45,4 +45,7 @@ package() { runhaskell Setup copy --destdir="$pkgdir" install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE + + # Avoid conflict with the warp package + mv "$pkgdir"/usr/bin/{warp,wai-app-static} } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wai-app-static/-/commit/0c02d5e98e7b8c8ea8498d175f33465bd0e781dd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wai-app-static/-/commit/0c02d5e98e7b8c8ea8498d175f33465bd0e781dd You're receiving this email because of your account on gitlab.archlinux.org.
