Hello,

Am Mittwoch, 6. April 2016, 11:58:42 CEST schrieb Tyler Hicks:
> parser 'make install' failed if 'make' wasn't run before. This patch
> adds the missing dependency 'install-indep: indep'.

That's what we get for copy&waste programming ;-)

> Signed-off-by: Tyler Hicks <tyhi...@canonical.com>
> ---
>  parser/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/parser/Makefile b/parser/Makefile
> index 2b22ea9..35c9bd4 100644
> --- a/parser/Makefile
> +++ b/parser/Makefile
> @@ -368,7 +368,7 @@ install-arch: $(INSTALLDEPS)
>       install -m 755 ${TOOLS} $(DESTDIR)/sbin
> 
>  .PHONY: install-indep
> -install-indep:
> +install-indep: indep
>       install -m 755 -d $(INSTALL_CONFDIR)
>       install -m 644 subdomain.conf $(INSTALL_CONFDIR)
>       install -m 644 parser.conf $(INSTALL_CONFDIR)

Acked-by: Christian Boltz <appar...@cboltz.de>


Regards,

Christian Boltz
-- 
Wer Linux an Windows misst, misst Mist.
[David Haller in suse-linux]

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to