forked from ~ljy/RK356X_SDK_RELEASE

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