summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2014-03-19 13:30:03 +0100
committerMichael Schroeder <mls@suse.de>2014-03-19 13:30:03 +0100
commit27a978fd3e3d2159278ecbe1a6800fe97d83c5b8 (patch)
tree572d2564ac392d904e90b6f26fb6098813177fde /Makefile
parentea1d5415c05ff1a3bf4b540b769eeb199ef81690 (diff)
refactor recipe handling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf7797b..0165c65 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,6 @@ install:
$(DESTDIR)$(man1dir)
install -m755 \
build \
- build_kiwi.sh \
vc \
createrpmdeps \
order \
@@ -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)