diff options
author | kraxel <kraxel> | 2006-07-03 13:31:24 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-07-03 13:31:24 +0000 |
commit | bad7d2ac304d1844ae75d988aa3a61efada4c5f9 (patch) | |
tree | fa434e002b3a6c4544ef77eefb7573e9edc80df5 /GNUmakefile | |
parent | 146df176d8ead4435bf5e3f9d5dda7be98531cad (diff) | |
download | xenwatch-bad7d2ac304d1844ae75d988aa3a61efada4c5f9.tar.gz |
path fixups
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
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: |