From d96dbd6f95ea22f609042cc9c6272f14a21ff1a5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 30 Apr 2019 21:27:34 +0200 Subject: patch 8.1.1240: runtime desktop files are overwritten by build Problem: Runtime desktop files are overwritten by build. (Tony Mechelynck) Solution: Instead of copying the files find them with "make install". --- src/po/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/po') diff --git a/src/po/Makefile b/src/po/Makefile index 693b55ed4..7c03fe4a7 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -168,7 +168,6 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_p %.desktop: %.desktop.in $(POFILES) @echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS $(MSGFMT) --desktop -d . --template $< -o $@ - cp -f $@ ../../runtime/$@ update-po: $(LANGUAGES) -- cgit v1.2.1