diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 15:32:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 15:32:55 +0100 |
commit | 3d45df344602687c8983f5fb609721aa8ca2469f (patch) | |
tree | bd089044e1402b116cf6447eda74e81b7f65d129 /package/ca-certificates/Makefile | |
parent | 897be7157eb98898fdc62224857025d4a0f01dd5 (diff) |
rework PKG_FLAVOURS. Subpackages can have flavours, so
always add PKG_NAME to PKG_FLAVOURS variable.
ala PKG_FLAVOURS_LIBNCURSES.
Bug reported by Phil Sutter.
Diffstat (limited to 'package/ca-certificates/Makefile')
-rw-r--r-- | package/ca-certificates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ca-certificates/Makefile b/package/ca-certificates/Makefile index 56ee67f15..60716f194 100644 --- a/package/ca-certificates/Makefile +++ b/package/ca-certificates/Makefile @@ -15,7 +15,7 @@ PKG_SITES:= http://ftp.debian.org/debian/pool/main/c/ca-certificates/ DISTFILES:= ${PKG_NAME}_${PKG_VERSION}.tar.gz -PKG_FLAVOURS:= SMALL +PKG_FLAVOURS_CA_CERTS:= SMALL PKGFD_SMALL:= Minimal set of CA certificates include $(TOPDIR)/mk/package.mk |