Re: Import from disk and auto-tag
- From: Bengt Thuree <bengt thuree com>
- To: Dotan Cohen <dotancohen gmail com>
- Cc: F-Spot list <f-spot-list gnome org>
- Subject: Re: Import from disk and auto-tag
- Date: Mon, 03 Jul 2006 21:51:52 +1000
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]