[xfce4-panel-profiles][PATCH] Makefile.in.in: not create link to $(PREFIX)/share/locale
kai.7.kang at gmail.com
kai.7.kang at gmail.com
Tue Mar 31 09:49:33 CEST 2020
From: Kai Kang <kai.kang at windriver.com>
It is useless to create a link to $(PREFIX)/share/locale that there is
no reference to /$(PREFIX)/share/$(APPNAME)/locale in source code.
Signed-off-by: Kai Kang <kai.kang at 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
@@ -61,7 +61,6 @@ install: all xfce4-panel-profiles.1.gz
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)/$(PREFIX)/share/man/man1
install xfce4-panel-profiles.1.gz $(DESTDIR)/$(PREFIX)/share/man/man1
--
2.20.1
More information about the Xfce4-dev
mailing list