From 0f18637b591555537665d0fe1cca6e89c6d36906 Mon Sep 17 00:00:00 2001 From: 1010 <1010@no-reply@disroot.org> Date: Mon, 11 Mar 2024 06:09:55 +0000 Subject: [PATCH] Malgrandaj redaktoj --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 35f471f..14a9d5e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROGRAM_NAME=secreto +PROGRAM_NAME=sekreto PROGRAM_DIR=/usr/bin DATA_DIR=/usr/share @@ -6,16 +6,16 @@ LOCALEDIR=$(DATA_DIR)/locale install: - install -Dm755 secreto.py $(PROGRAM_DIR)/$(PROGRAM_NAME) + install -Dm755 sekreto.py $(PROGRAM_DIR)/$(PROGRAM_NAME) for i in $$(cd po/ && ls *.po | sed 's/\.po$$//'); do \ msgfmt --statistics po/$$i.po -o po/$$i.mo; \ - install -Dm644 po/$$i.mo "$(LOCALEDIR)/$$i/LC_MESSAGES/secreto.mo"; \ + install -Dm644 po/$$i.mo "$(LOCALEDIR)/$$i/LC_MESSAGES/sekreto.mo"; \ done uninstall: rm -Rf $(PROGRAM_DIR)/$(PROGRAM_NAME) for i in $$(cd po/ && ls ??.po | sed 's/\.po$$//'); do \ - rm -f "$(LOCALEDIR)/$$i/LC_MESSAGES/secreto.mo"; \ + rm -f "$(LOCALEDIR)/$$i/LC_MESSAGES/sekreto.mo"; \ done clean: