mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
Fix install target
Installing a mix of directories and files on the same install command doesn't work.
This commit is contained in:
parent
e2a8980bee
commit
629a71433c
4
Makefile
4
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:
|
||||
|
Loading…
Reference in New Issue
Block a user