projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6cac93
)
don't use locales when retrieving subversion release number (closes: #54)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 27 Nov 2005 19:59:03 +0000
(19:59 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 27 Nov 2005 19:59:03 +0000
(19:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2557
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
48099c9
..
16169fa
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-6,7
+6,7
@@
PKG_NAME:=base-files
PKG_RELEASE:=6
PKG_BUILD_DIR:=$(BUILD_DIR)/base-files
-REV:=$
{shell svn info | grep Revision | cut -d ' ' -f 2}
+REV:=$
(shell LANG=C svn info | awk '/^Revision:/ { print$$2 }' )
ifeq ($(REV),)
REV:=0
endif