Skip to content

Commit

Permalink
refactor recipe handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Mar 19, 2014
1 parent ea1d541 commit 27a978f
Show file tree
Hide file tree
Showing 9 changed files with 768 additions and 619 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -30,7 +30,6 @@ install:
$(DESTDIR)$(man1dir)
install -m755 \
build \
build_kiwi.sh \
vc \
createrpmdeps \
order \
Expand Down Expand Up @@ -64,6 +63,7 @@ install:
install -m644 Build/*.pm $(DESTDIR)$(pkglibdir)/Build
install -m644 qemu-reg $(DESTDIR)$(pkglibdir)
install -m644 build-vm build-vm-* $(DESTDIR)$(pkglibdir)
install -m644 build-recipe build-recipe-* $(DESTDIR)$(pkglibdir)
install -m644 *.pm baselibs_global*.conf lxc.conf $(DESTDIR)$(pkglibdir)
install -m644 configs/* $(DESTDIR)$(pkglibdir)/configs
install -m644 build.1 $(DESTDIR)$(man1dir)
Expand Down

0 comments on commit 27a978f

Please sign in to comment.