[scl-utils] minor Makefile fixes

Jindrich Novy jnovy at fedoraproject.org
Wed Jan 25 13:35:46 UTC 2012


commit afb7b547201e4d60309a66152db611764c3ad7e4
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Wed Jan 25 14:35:33 2012 +0100

    minor Makefile fixes

 Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index 3a46d61..93efe4e 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,8 @@ install: $(NAME)
 	mkdir -p $(DESTDIR)/$(CNFDIR)/rpm
 	cp macros.scl $(DESTDIR)/$(CNFDIR)/rpm
 	cp scl $(DESTDIR)/$(BINDIR)
-	cp -d scl $(DESTDIR)/$(BINDIR)
 	cp scl_enabled $(DESTDIR)/$(BINDIR)
 
 uninstall:
-	rm -f $(BINDIR)/$(NAME) $(BINDIR)/scl
+	rm -f $(BINDIR)/scl $(BINDIR)/scl_enabled
 	rm -f $(CNFDIR)/rpm/macros.scl


More information about the scm-commits mailing list