-- 
Philipp Haselwarter
-- 

--- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


>From acec9f406ec56f64210c3cd91dbea8047db8bdca Mon Sep 17 00:00:00 2001
From: Philipp Haselwarter <[email protected]>
Date: Sat, 27 Jul 2013 10:14:00 +0000
Subject: [PATCH] add missing DESTDIR prefix to Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 946904a..90caa46 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ install-all: install install-script
 install-lisp: lisp
        $(MKDIR) $(DESTDIR)$(lispdir)
        $(CP) $(ELS) $(ELCS) magit-version.el $(DESTDIR)$(lispdir)
-       $(MKDIR) $(LOADDEFS_DIR)
+       $(MKDIR) $(DESTDIR)$(LOADDEFS_DIR)
        $(CP) $(LOADDEFS_FILE) $(DESTDIR)$(LOADDEFS_DIR)/$(LOADDEFS_FILE)

 install-docs: docs
--
1.8.3.4

Reply via email to