Re: [dev] [sbase][PATCH] Makefile: uninstall [ command in the uninstall rule

From: Dimitris Papastamos <sin_AT_2f30.org>
Date: Fri, 12 Feb 2016 09:50:50 +0000

On Fri, Feb 12, 2016 at 09:45:03AM +0100, Mattias Andrée wrote:
> Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 1c09cac..1742992 100644
> --- a/Makefile
> +++ b/Makefile
> _AT_@ -202,7 +202,7 @@ install: all
> cd $(DESTDIR)$(MANPREFIX)/man1 && chmod 644 $(MAN)
>
> uninstall:
> - cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN)
> + cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [
> cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN)

Applied!
Received on Fri Feb 12 2016 - 10:50:50 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 12 2016 - 11:00:12 CET