Marcin Zajączkowski wrote:
cp: cannot stat `./src/include/images/elephant48.xpm': No such file or directory

Were there some changes with graphic files?

Yeah, in fact the entire src/ tree moved to pgadmin/.

In the spec file, change the line:

cp -f ./src/include/images/elephant48.xpm %{buildroot}/%{_datadir}/%{name}/%{name}.xpm

to

cp -f ./pgadmin/include/images/elephant48.xpm %{buildroot}/%{_datadir}/%{name}/%{name}.xpm

And that should fix it. I've made the change in SVN already.

Regards, Dave.

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to