﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2225	IPRoute2-2.6.26 - wrong installation prefix	Steffen Pankratz	DJ Lucas	"all binaries get installed in /usr/sbin instead of /sbin
[[BR]]
because the Makefile was changed
[[BR]]
install -m 0755 -d $(DESTDIR)$(SBINDIR)
[[BR]]
DESTDIR is set to /usr (first line of file Makefile)
[[BR]]
The correct command would be:
make SBINDIR=/sbin DESTDIR= install
[[BR]]
According to Makefile SBINDIR is set to /sbin by default, so is this really necessary for the make and the make install call?
"	defect	closed	high	6.4	Book	SVN	blocker	fixed		
