aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-07-03 13:31:24 +0000
committerkraxel <kraxel>2006-07-03 13:31:24 +0000
commitbad7d2ac304d1844ae75d988aa3a61efada4c5f9 (patch)
treefa434e002b3a6c4544ef77eefb7573e9edc80df5 /GNUmakefile
parent146df176d8ead4435bf5e3f9d5dda7be98531cad (diff)
downloadxenwatch-bad7d2ac304d1844ae75d988aa3a61efada4c5f9.tar.gz
path fixups
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: