I have downloaded j2sdk. and i wanna make *.bin to *.deb whereas get problem.
Code:
mathsniper:~/downloads/java# fakeroot make-jpkg j2sdk-1_4_2_08-linux-i586.bin
You are real root -- unfortunately, some Java distributions have
install scripts that directly manipulate /etc, and may cause some
inconsistencies on your system. Instead, you should become a
non-root user and run:
fakeroot make-jpkg j2sdk-1_4_2_08-linux-i586.bin
which will allow no damage to be done to your system files and
still permit the Java distribution to successfully extract.
Aborting.
I wanna do this action with root identity. How to?