fix: Makefile install commands
This commit is contained in:
parent
1c7b083a5b
commit
6a3c7acc92
4
Makefile
4
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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user