[Pkg-electronics-commits] [gnucap] 04/08: DESTDIR in uninstall	target
    felix salfelder 
    felix-guest at moszumanska.debian.org
       
    Sat Feb  6 23:44:23 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 dda32ba7ada8935e7b18669b2f03d90aa7ff7e2c
Author: Felix Salfelder <felix at salfelder.org>
Date:   Sat Feb 6 23:18:23 2016 +0100
    DESTDIR in uninstall target
---
 Make3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Make3 b/Make3
index 823ec6c..aaf96ce 100644
--- a/Make3
+++ b/Make3
@@ -39,8 +39,8 @@ install : $(INSTALL_FILES)
 	mkdir -p $(DESTDIR)$(INSTALL_DIR)
 	cp $(INSTALL_FILES) $(DESTDIR)$(INSTALL_DIR)
 #------------------------------------------------------------------------
-uninstall : 
-	(cd $(INSTALL_DIR) ; rm $(INSTALL_FILES))
+uninstall :
+	(cd $(DESTDIR)$(INSTALL_DIR) ; rm $(INSTALL_FILES))
 #------------------------------------------------------------------------
 #unclean:
 #	rm $(ALL)
-- 
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