let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / asterisk / patches / asterisk-1.2.1-Makefile-versionnum.patch
1 --- asterisk-1.2.1/Makefile.orig 2005-12-09 10:22:06.000000000 +0100
2 +++ asterisk-1.2.1/Makefile 2005-12-09 10:28:46.000000000 +0100
3 @@ -322,8 +322,6 @@
4 ifneq ($(wildcard .svn),)
5 ASTERISKVERSIONNUM=999999
6 ASTERISKVERSION=SVN-$(shell build_tools/make_svn_branch_name)
7 - else
8 - ASTERISKVERSIONNUM=000000
9 endif
10 endif
11