diff options
Diffstat (limited to 'package/.templateprog/Makefile')
-rw-r--r-- | package/.templateprog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/.templateprog/Makefile b/package/.templateprog/Makefile index ec7ae409f..a0538bc31 100644 --- a/package/.templateprog/Makefile +++ b/package/.templateprog/Makefile @@ -14,7 +14,7 @@ PKG_BUILDDEP:= add packages which need to be compiled PKG_URL:= add project url PKG_SITES:= add download url without package name -# 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 |