View Single Post
Posts: 33 | Thanked: 22 times | Joined on May 2012 @ ja_JP.UTF-8
#2
If you use Scratchbox on OS working "apt-get".(like debian)
Then type "apt-get source dh-make" in an OUTSIDE of the scratchbox.
The dh_make command is not executable binary file but just a shell script with several text files.So you can simply copy them.

Copy them into /scratchbox/users/????/home/????/
chown,chmod,enter Scratchbox,and install dh_make from source normally.


#Note: You may have to edit dh_make script after install,like

our $DHLIB="/usr/lib/dh_make";