============================================================ if [ -d /home/silviu/etc ]; then \ /usr/bin/install -c -m 644 -b ./dillorc /home/silviu/etc/; \ elif [ -d /etc/ ]; then \ /usr/bin/install -c -m 644 -b ./dillorc /etc/; \ fi /usr/bin/install: cannot create regular file `/etc/dillorc': Permission denied ============================================================ Here's why I don't really get this part. If dillo is compiled like this: ./configure --prefix=$HOME make && make install-strip upon installation, the install script will try to see it $HOME/etc dir exists. Why this ? Dillo may look in /etc/dillorc if there was no .dillo/dillorc file in $HOME, but since $HOME/.dillo/ exists it is only logical that the script should try to install the rc file in $HOME/.dillo and not $HOME/etc Therefore I suggest that the script should look for $HOME/.dillo not $HOME/etc and it would not be a bad ideea if the dir is missing for the install script to create it... Just my 2 euro cents :} -- Registered Linux user #298569 First law of debate: Never argue with a fool. People might not know the difference.