aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index aa6b11a..ab7d5f4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -62,8 +62,8 @@ $(NEEDS_XENSTORE) : LDLIBS += -lxenstore
build: $(TARGETS)
install: build
- $(INSTALL_DIR) -d /etc/xen # $(bindir)
- $(INSTALL_DATA) xenscreenrc /etc/xen
+ $(INSTALL_DIR) -d $(DESTDIR)/etc/xen $(bindir)
+ $(INSTALL_DATA) xenscreenrc $(DESTDIR)/etc/xen
$(INSTALL_BINARY) -s $(TARGETS) $(bindir)
clean: