projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c43a33f
)
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)
SVN-Revision: 2557
openwrt/package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/Makefile
b/openwrt/package/base-files/Makefile
index 48099c9470a680d6e21009bc7663d6869a52fe30..16169fa28d9aea42b80924c9b84d34ae95ed4cb6 100644
(file)
--- a/
openwrt/package/base-files/Makefile
+++ b/
openwrt/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