[Pkg-electronics-commits] [gnucap] 02/08: $(DESTDIR) in intall target
felix salfelder
felix-guest at moszumanska.debian.org
Sat Feb 6 23:44:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch wip
in repository gnucap.
commit ac6cf9ce2403b5ad084990dc8e9461ea67b0bb1b
Author: Felix Salfelder <felix at salfelder.org>
Date: Tue Feb 2 22:25:48 2016 +0100
$(DESTDIR) in intall target
---
Make3 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Make3 b/Make3
index f9e6f60..823ec6c 100644
--- a/Make3
+++ b/Make3
@@ -36,8 +36,8 @@ checkout:
#------------------------------------------------------------------------
install : $(INSTALL_FILES)
echo ==================
- mkdir -p $(INSTALL_DIR)
- cp $(INSTALL_FILES) $(INSTALL_DIR)
+ mkdir -p $(DESTDIR)$(INSTALL_DIR)
+ cp $(INSTALL_FILES) $(DESTDIR)$(INSTALL_DIR)
#------------------------------------------------------------------------
uninstall :
(cd $(INSTALL_DIR) ; rm $(INSTALL_FILES))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git
More information about the Pkg-electronics-commits
mailing list