[Fedora-spins] [spin-kickstarts] Missing wildcard instances causes a problem

Bruno Wolff III bruno at fedoraproject.org
Sat Jun 29 20:18:16 UTC 2013


commit 15a9a14dff223ade7c69b2cfcc090b22a4a0f16e
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jun 29 15:17:50 2013 -0500

    Missing wildcard instances causes a problem

 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile b/Makefile
index 2d97c58..7f4dc8f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,9 @@ name := spin-kickstarts
 all: dist
 
 install:
-	install *{.ks,.ks.in} $(DATADIR)/$(name)
-	install custom/*{.ks,.ks.in} $(DATADIR)/$(name)/custom
-	install l10n/*{.ks,.ks.in} $(DATADIR)/$(name)/l10n
+	install *.ks* $(DATADIR)/$(name)
+	install custom/* $(DATADIR)/$(name)/custom
+	install l10n/* $(DATADIR)/$(name)/l10n
 	install AUTHORS COPYING README $(DOCDIR)/$(name)
 
 clean:


More information about the spins mailing list