From 629a71433c624de87341589474d10fc83191dc73 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Sat, 29 Jun 2013 14:59:42 -0500 Subject: [PATCH] Fix install target Installing a mix of directories and files on the same install command doesn't work. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 888ba30..2d97c58 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,9 @@ name := spin-kickstarts all: dist install: - install *.ks custom l10n $(DATADIR)/$(name) + install *{.ks,.ks.in} $(DATADIR)/$(name) + install custom/*{.ks,.ks.in} $(DATADIR)/$(name)/custom + install l10n/*{.ks,.ks.in} $(DATADIR)/$(name)/l10n install AUTHORS COPYING README $(DOCDIR)/$(name) clean: