Module: kamailio Branch: 6.0 Commit: d4159f45972bad6151649d190f4e6c35c3259e5f URL: https://github.com/kamailio/kamailio/commit/d4159f45972bad6151649d190f4e6c35c3259e5f
Author: Sergey Safarov <[email protected]> Committer: Sergey Safarov <[email protected]> Date: 2025-06-21T17:21:54+03:00 pkg/kamailio: updated alpine build rules (cherry picked from commit 9ddd70a45168c618a3ef2356689890daee8c8415) --- Modified: pkg/kamailio/Makefile --- Diff: https://github.com/kamailio/kamailio/commit/d4159f45972bad6151649d190f4e6c35c3259e5f.diff Patch: https://github.com/kamailio/kamailio/commit/d4159f45972bad6151649d190f4e6c35c3259e5f.patch --- diff --git a/pkg/kamailio/Makefile b/pkg/kamailio/Makefile index ce2e3ae7327..6f1a18ec3c6 100644 --- a/pkg/kamailio/Makefile +++ b/pkg/kamailio/Makefile @@ -32,8 +32,8 @@ apk: sed -e "s/^_gitcommit=.*/_gitcommit=${GIT_TAG}/" \ -e "s/^pkgver=.*/pkgver=${APK_VERSION}/" \ -i alpine/APKBUILD - cd alpine && abuild snapshot - @echo \"abuild\" cannot be started from Makefile please start manually \"cd alpine \&\& abuild -r\" + abuild -C alpine snapshot + @echo \"abuild\" cannot be started from Makefile please start manually \"abuild -C alpine -r\" # build source rpm package .PHONY: src.rpm _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
