]> git.ipfire.org Git - pakfire.git/blobdiff - Makefile
Rename some scripts to reflect what they do.
[pakfire.git] / Makefile
index cb76fe4097cab5bac049a7cab8a1b474fdc1e95a..29d2cffc8a2abab0772b104235e3efd719171de2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,10 +16,17 @@ clean:
 dist:
        python setup.py sdist
 
+.PHONY: bdist
+bdist:
+       python setup.py bdist
+
 .PHONY: install
 install: po
        python setup.py install --root=$(DESTDIR) --prefix=/usr
 
+       -mkdir -pv $(DESTDIR)/usr/lib/pakfire
+       ln -svf ../../bin/pakfire $(DESTDIR)/usr/lib/pakfire/builder
+
        -mkdir -pv $(DESTDIR)/etc/pakfire.repos.d
        cp -vf examples/pakfire.conf $(DESTDIR)/etc/pakfire.conf
        cp -vf examples/pakfire.repos.d/* $(DESTDIR)/etc/pakfire.repos.d/