]> git.ipfire.org Git - pakfire.git/blobdiff - Makefile
Explicitely add hardening CFLAGS.
[pakfire.git] / Makefile
index 492d0689d5c79b3b3d64e3bfa83741785c29e77c..581332ceed5ec28f7a5c7a7275c2a6c816d969e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ install: build
        cp -vf macros/*.macro $(DESTDIR)$(PREFIX)/lib/pakfire/macros
 
        # Install example configuration.
-       -mkdir -pv $(DESTDIR)/etc/pakfire
-       for file in general.conf builder.conf client.conf daemon.conf distros repos; do \
+       -mkdir -pv $(DESTDIR)/etc/pakfire/repos
+       for file in general.conf builder.conf client.conf daemon.conf distros; do \
                [ -e "$(DESTDIR)/etc/pakfire/$${file}" ] && continue; \
                cp -rvf examples/$${file} $(DESTDIR)/etc/pakfire/; \
        done
@@ -45,3 +45,7 @@ check:
 .PHONY: po
 po:
        $(MAKE) -C po
+
+.PHONY: pot
+pot:
+       $(MAKE) -C po pot