1It is useless to create a link to $(PREFIX)/share/locale that there is no
2reference to $(PREFIX)/share/$(APPNAME)/locale in source code.
3
4Upstream-Status: Submitted [https://bugzilla.xfce.org/show_bug.cgi?id=16693]
5
6Signed-off-by: Kai Kang <kai.kang@windriver.com>
7---
8 Makefile.in.in | 1 -
9 1 file changed, 1 deletion(-)
10
11diff --git a/Makefile.in.in b/Makefile.in.in
12index c0ce866..c2f26fe 100644
13--- a/Makefile.in.in
14+++ b/Makefile.in.in
15@@ -70,7 +70,6 @@ install: all xfce4-panel-profiles.1
16 	install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo
17
18 	cp -rf locale $(DESTDIR)/$(PREFIX)/share
19-	ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
20
21 	install -d $(DESTDIR)/$(MANDIR)/man1
22 	install xfce4-panel-profiles.1 $(DESTDIR)/$(MANDIR)/man1
23