add experimental sane-backends package, like to get canon scanner working via saned
[openwrt.git] / package / base-files / Makefile
index 48099c9..16169fa 100644 (file)
@@ -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
This page took 0.023079 seconds and 4 git commands to generate.