Package: java-package
Version: 0.24

        Say a have a directory /tmp/java that is writable by root and
readable (but not writable) by everybody. Inside this directory I have my
jdk-1_5_0_04-linux-i586.bin file. Now I type:

> cd /tmp/java
> fakeroot java-package jdk-1_5_0_04-linux-i586.bin

        The script runs, unpacks the binary, and builds the Debian
package. Then it aborts because it cannot write the .deb file to
/tmp/java.

        Since the script needs to write to the current directory, maybe
the script should test whether the current directory is writable before
going through all the work of extracting the binaries and building the
Debian package.

- Paul


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to