fakeroot make-jpkg ERROR
Posts: 3
Here's what I got:
joe@[tmp]$ fakeroot make-jpkg jdk-6-linux-i586.bin
/usr/bin/fakeroot: line 150: make-jpkg: command not found
joe@[tmp]$
This used to work with MEPIS 3.4-3 .
Any ideas how to make/create a "deb" package with MEPIS 6.0 ?
Also see:
http://www.linuxquestions.org/questions/showthread.php?t=522086
make-jpkg error
Posts: 3
When I do:
apt-get install fakeroot
"Fakeroot is already the newest version."

"make-jpkg" is the command
Posts: 4077
"make-jpkg" is the command that's not found, you need to do this:
apt-get install java-package
--
Check out Mepis wiki: www.mepis.org/docs
Need to install fakeroot
Posts: 1027
apt-get install fakeroot
Mike