Hi Dotan I have had this problem a few times, and a quick workaround is to do manually hack a bit... :)
You need to modify your po/Makefile a bit. So, in short, just find the install_sh line in your po/Makefile, and add one line after. This line states where your install-sh script is located. You will find it in the main directory. In my case it is like this. install_sh = /home/bengt/development/f-spot/f-spot/install-sh Some samples comes here [EMAIL PROTECTED]:~/development/f-spot/f-spot/po$ grep install_shg Makefile install_sh = @install_sh@ install_sh = /home/bengt/development/f-spot/f-spot/install-sh And here is a diff command. [EMAIL PROTECTED]:~/development/f-spot/f-spot/po$ diff Makefile ../../f-spot-ImportExif/po/ 40d39 < install_sh = /home/bengt/development/f-spot/f-spot/install-sh /Bengt _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
