fixed a small typo introduced by changeset e5969b622179

This commit is contained in:
Volker Grabsch 2011-08-20 12:13:21 +02:00
parent af5486c6c1
commit 8ef2f7a5b8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ define $(PKG)_BUILD
--with-included-pakchois \
--with-libgcrypt \
--without-lzo \
--without-p11-kit
--without-p11-kit \
LIBS='-lz'
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= defexec_DATA=
endef