[xfce4-panel-profiles][PATCH] Makefile.in.in: not create link to $(PREFIX)/share/locale

Alex acs82 at gmx.de
Tue Mar 31 16:45:47 CEST 2020


Thanks for the patch !

Could you please open a bug on https://bugzilla.xfce.org for the right
component (Xfce4-panel ?) and attach it there ?
Like that possible further discussion can happen there.

Cheers,
Alex


On 31.03.20 09:49, kai.7.kang at gmail.com wrote:
> 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




More information about the Xfce4-dev mailing list