Browse Source

pkg/kamailio: updated alpine build rules

Sergey Safarov 2 months ago
parent
commit
9ddd70a451
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pkg/kamailio/Makefile

+ 2 - 2
pkg/kamailio/Makefile

@@ -32,8 +32,8 @@ apk:
 	sed -e "s/^_gitcommit=.*/_gitcommit=${GIT_TAG}/" \
 	sed -e "s/^_gitcommit=.*/_gitcommit=${GIT_TAG}/" \
 	    -e "s/^pkgver=.*/pkgver=${APK_VERSION}/" \
 	    -e "s/^pkgver=.*/pkgver=${APK_VERSION}/" \
 	    -i alpine/APKBUILD
 	    -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
 # build source rpm package
 .PHONY: src.rpm
 .PHONY: src.rpm