diff --git a/Makefile b/Makefile index f1279bf..8d10d58 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,7 @@ locale/mirp.pot: $(SRCS) xgettext -k_ -c $^ -o $@ install: - install -d -m700 $(DESTDIR)/etc/mirp - install -m755 dist/mirp $(DESTDIR)/$(PREFIX)/bin/mirp - install -m600 install/config.ini $(DESTDIR)/etc/mirp/config.ini + install -Dm755 dist/mirp $(DESTDIR)/$(PREFIX)/bin/mirp @for po in $(PO_DIRS) ; do \ echo "installing locale: $$po/mirp.mo" ; \ mkdir -pv $(DESTDIR)/$(PREFIX)/share/$$po ; \