[compiz] intltool error on latest git

kasa biuta.jr at gmail.com
Wed Apr 18 13:23:46 PDT 2007


On 4/18/07, David Reveman <davidr at novell.com> wrote:
> On Wed, 2007-04-18 at 14:10 +0200, kasa wrote:
> > Hi,
> > latest git seems to throw an intltool error during compile:
>
> I pushed out some changes that should fix it. Let me know if not.
>
> - David
>
>

It works, thank you. On a side note, i was packaging it for my distro,
when i found that 'make install' installs compiz.desktop two times:

if mkdir -p /home/kas/pkgs/compiz-git/pkg/opt/gnome/share/gnome/wm-properties
&& test -w /home/kas/pkgs/compiz-git/pkg/opt/gnome/share/gnome/wm-properties;
then ( \
		/bin/install -c -m 644 compiz.desktop \
		/home/kas/pkgs/compiz-git/pkg/opt/gnome/share/gnome/wm-properties \
		); \
	fi
test -z "/home/kas/pkgs/compiz-git/pkg/opt/gnome/share/gnome/wm-properties"
|| /bin/mkdir -p
"/home/kas/pkgs/compiz-git/pkg/home/kas/pkgs/compiz-git/pkg/opt/gnome/share/gnome/wm-properties"
 /bin/install -c -m 644 'compiz.desktop'
'/home/kas/pkgs/compiz-git/pkg/home/kas/pkgs/compiz-git/pkg/opt/gnome/share/gnome/wm-properties/compiz.desktop'

the first time is right, the second is obviously wrong, since it ends
up creating a home directory. I looked at gtk/gnome/makefile.am but i
am no expert.


-- 
kasa


More information about the compiz mailing list