From 8abc4bbf8f299ddf0804b4d10b4295ca9f22fec9 Mon Sep 17 00:00:00 2001 From: Robert Spanton Date: Tue, 11 May 2010 12:46:00 +0100 Subject: [PATCH] Remove -o root from install commands. Incompatible with packaging requirements. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5af7f64..5d31c50 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,8 @@ clean: /bin/rm -f mspdebug install: mspdebug mspdebug.man - $(INSTALL) -o root -m 0755 -s mspdebug $(PREFIX)/bin/mspdebug - $(INSTALL) -o root -m 0644 mspdebug.man $(PREFIX)/share/man/man1/mspdebug.1 + $(INSTALL) -m 0755 -s mspdebug $(PREFIX)/bin/mspdebug + $(INSTALL) -m 0644 mspdebug.man $(PREFIX)/share/man/man1/mspdebug.1 .SUFFIXES: .c .o