<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git a/Makefile.rules b/Makefile.rules
index 7a19d5f..072f0d6 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -11,6 +11,9 @@ INCFILES = COPYING COPYRIGHT NEWS README
 	   Makefile.conf.in .version .autofs-* configure.in aclocal.m4 \
 	   configure *.patch autofs.spec
 
+# Attempt to be friends with autotools
+INSTALLROOT = $(DESTDIR)
+
 # autofs utility library
 AUTOFS_LIB = ../lib/autofs.a
 
</pre></body></html>