[Fedora-spins] [spin-kickstarts] Don't install stuff that ends in the doc directory

Bruno Wolff III bruno at fedoraproject.org
Sat Jun 29 20:59:52 UTC 2013


commit 247595b7625959d9f05496a81e992c74bbfdf811
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jun 29 15:59:10 2013 -0500

    Don't install stuff that ends in the doc directory

 Makefile |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index 371d125..f924b0c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,6 @@ install:
 	install -m 644 custom/* $(DATADIR)/$(name)/custom
 	mkdir -p -m 755 $(DATADIR)/$(name)/l10n
 	install -m 644 l10n/* $(DATADIR)/$(name)/l10n
-	mkdir -p -m 755 $(DOCDIR)/$(name)-$(version)
-	install -m 644 AUTHORS COPYING README $(DOCDIR)/$(name)-$(version)
 
 clean:
 	rm -f $(name)-*.tar.gz


More information about the spins mailing list