diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-28 08:20:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-28 08:27:34 +0200 |
commit | 0fa08adb16040d7eca6c7344994f34ac5b722a18 (patch) | |
tree | b829c60d144b410808fcd67691ba5c90d81b7f8e /package/coreutils/Makefile | |
parent | 03146ec3eee8fd952552c8c6298284dbf794c4e5 (diff) |
fix build when autopoint missing, report by joern
Diffstat (limited to 'package/coreutils/Makefile')
-rw-r--r-- | package/coreutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile index 031f45e81..5be1c57b2 100644 --- a/package/coreutils/Makefile +++ b/package/coreutils/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= coreutils PKG_VERSION:= 8.22 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 8fb0ae2267aa6e728958adc38f8163a2 PKG_DESCR:= basic file, shell and text manipulation utilities PKG_SECTION:= base |