aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2024-01-21 13:51:56 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2024-01-21 14:20:44 +0000
commit927ab4ea7236153801e7b718f9cf698db5bb2617 (patch)
treee32027aa7f196ec69986e3dd468cb6b0342f0acb /Makefile
parent1f7225f33af7c28b7af57d2fa1223c6559bae226 (diff)
downloadqarepo-927ab4ea7236153801e7b718f9cf698db5bb2617.tar
qarepo-927ab4ea7236153801e7b718f9cf698db5bb2617.tar.gz
qarepo-927ab4ea7236153801e7b718f9cf698db5bb2617.tar.bz2
qarepo-927ab4ea7236153801e7b718f9cf698db5bb2617.tar.xz
qarepo-927ab4ea7236153801e7b718f9cf698db5bb2617.zip
Fix makefiles and update NEWS for i18n support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 394163f..5beab6c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ install:
install -m 0644 qarepo.desktop $(DESTDIR)/usr/share/applications
install -m 0644 org.mageia.qarepo-helper.policy $(DESTDIR)/usr/share/polkit-1/actions
install -m 0644 org.mageia.qarepo-helper.rules $(DESTDIR)/usr/share/polkit-1/rules.d
- make -c po install
+ make -C po install
dist:
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz;