[sr-dev] git:master:a8eab5d5: Makefile: updated paths for make deb

Daniel-Constantin Mierla miconda at gmail.com
Wed Dec 7 19:37:54 CET 2016


Module: kamailio
Branch: master
Commit: a8eab5d50dba33d3916cff61f5e5c8f6d9a2934e
URL: https://github.com/kamailio/kamailio/commit/a8eab5d50dba33d3916cff61f5e5c8f6d9a2934e

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-12-07T19:19:55+01:00

Makefile: updated paths for make deb

---

Modified: src/Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/a8eab5d50dba33d3916cff61f5e5c8f6d9a2934e.diff
Patch: https://github.com/kamailio/kamailio/commit/a8eab5d50dba33d3916cff61f5e5c8f6d9a2934e.patch

---

diff --git a/src/Makefile b/src/Makefile
index 639eaa0..21892e0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -610,7 +610,7 @@ deb:
 		dpkg-buildpackage -rfakeroot -tc; \
 		rm debian; \
 	else \
-		ln -s pkg/$(MAIN_NAME)/deb/debian debian; \
+		ln -s ../pkg/$(MAIN_NAME)/deb/debian debian; \
 		dpkg-buildpackage -rfakeroot -tc; \
 		rm debian; \
 	fi
@@ -621,7 +621,7 @@ deb-stable:
 		dpkg-buildpackage -rfakeroot -tc; \
 		rm debian; \
 	else \
-		ln -s pkg/$(MAIN_NAME)/deb/wheezy debian; \
+		ln -s ../pkg/$(MAIN_NAME)/deb/jessie debian; \
 		dpkg-buildpackage -rfakeroot -tc; \
 		rm debian; \
 	fi




More information about the sr-dev mailing list