diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 10:10:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-05 10:10:54 +0200 |
commit | a1b3cc3671e200db1b7fbcf359fce4f031ffc343 (patch) | |
tree | 9821a6c13577b6850532ca960499b59191ef2216 /package/.templatelib/Makefile | |
parent | 40640bbdac9f56c634d1bdf9e4e7be45a140f5a3 (diff) |
gnu awk will be build, when not found
Diffstat (limited to 'package/.templatelib/Makefile')
-rw-r--r-- | package/.templatelib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/.templatelib/Makefile b/package/.templatelib/Makefile index 8d4331672..959042761 100644 --- a/package/.templatelib/Makefile +++ b/package/.templatelib/Makefile @@ -13,7 +13,7 @@ PKG_URL:= add project url PKG_SITES:= add download url without package name PKG_OPTS:= dev -# if downloaded package is not ending with .tar.gz use following +# if downloaded package is not ending with .tar.xz use following #DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include $(TOPDIR)/mk/package.mk |