Remove -o root from install commands.

Incompatible with packaging requirements.
This commit is contained in:
Robert Spanton 2010-05-11 12:46:00 +01:00 committed by Daniel Beer
parent ca3e5dd645
commit 8abc4bbf8f
1 changed files with 2 additions and 2 deletions

View File

@ -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