Re: Import from disk and auto-tag



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


bengt workie:~/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.

bengt workie:~/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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]