On Fri, Feb 12, 2016 at 09:45:03AM +0100, Mattias Andrée wrote:
> Signed-off-by: Mattias Andrée <maand...@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
> @@ -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!

Reply via email to