diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 16:06:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 16:06:20 +0200 |
commit | 2683e5775c118ed5ea455ac7258c048c10265f37 (patch) | |
tree | 9b3a5fc4e039de6dc803fffa34ec0aa0229712a1 /package/findutils/Makefile | |
parent | c8e6e0a8c7dfc3f4029afdbf9dca3afe9b20095c (diff) |
fix build when gettext autopoint is not there
Diffstat (limited to 'package/findutils/Makefile')
-rw-r--r-- | package/findutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/findutils/Makefile b/package/findutils/Makefile index 2848ac91c..3343ced39 100644 --- a/package/findutils/Makefile +++ b/package/findutils/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= findutils PKG_VERSION:= 4.4.2 -PKG_RELEASE:= 4 +PKG_RELEASE:= 5 PKG_MD5SUM:= 351cc4adb07d54877fa15f75fb77d39f PKG_DESCR:= utilities for finding files PKG_SECTION:= utils |