![]() |
2010-01-25
, 21:21
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#2
|
The Following User Says Thank You to mikkov For This Useful Post: | ||
![]() |
2010-01-25
, 21:35
|
Posts: 6 |
Thanked: 0 times |
Joined on Jan 2010
|
#3
|
![]() |
2010-01-25
, 21:52
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#4
|
The Following User Says Thank You to mikkov For This Useful Post: | ||
![]() |
2010-01-25
, 22:08
|
Posts: 6 |
Thanked: 0 times |
Joined on Jan 2010
|
#5
|
In this case it should work from debian/rules too. Compare build log to your manual install method.
![]() |
2010-01-25
, 22:38
|
Posts: 6 |
Thanked: 0 times |
Joined on Jan 2010
|
#6
|
![]() |
2010-01-25
, 22:49
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#7
|
The Following 2 Users Say Thank You to mikkov For This Useful Post: | ||
![]() |
2010-01-25
, 22:59
|
Posts: 6 |
Thanked: 0 times |
Joined on Jan 2010
|
#8
|
Those files are installed by dh_installdocs and dh_installchangelogs. I don't think you can change the install location for those dh_ scripts. You can either copy the files manually somewhere, disable those dh_ scripts from rules file, or ignore the whole thing because maemo deletes everything from /usr/share/doc after installation
I have scratchbox up and running no problem. I edited the debain/rules file to pass the --prefix option to the configure option, and I can see it getting passed on the app and everything compiles and the .deb is created just fine.
However when I install it it goes to the standard /usr directory. This is reflected by dpkg --contents.
Any idea what I am doing wrong? Everything I have found indicates it is a matter of --prefix or --DESTDIR.
Thanks guys for any help. Feel free to yell at me if I left something out that might help explain the issue more.