Fix install target

Installing a mix of directories and files on the same install
command doesn't work.
This commit is contained in:
Bruno Wolff III 2013-06-29 14:59:42 -05:00
parent e2a8980bee
commit 629a71433c
1 changed files with 3 additions and 1 deletions

View File

@ -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: