set FAKEROOT to DESTDIR by default
Since the DESTDIR variable is the common standard for installing into a
staging directory, the FAKEROOT variable should default to it.
Signed-off-by: Mike Frysinger <[email protected]>
Signed-off-by: Andrew G. Morgan <[email protected]>
diff --git a/Make.Rules b/Make.Rules
index db3aab2..9bccbb7 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -4,7 +4,7 @@
# common 'packaging' directoty
-FAKEROOT=
+FAKEROOT=$(DESTDIR)
# Autoconf-style prefixes are activated when $(prefix) is defined.
# Otherwise binaries and libraraies are installed in /{lib,sbin}/,