Here is the new install.sh, which will be in the new beta to be uploaded today (look for http://pskmail.org/Xtlf/xtlf-1.0.3beta.tar.gz)
################################ #!/bin/sh rm -r /usr/share/xtlf if [ ! -d /usr/share/xtlf ]; then mkdir /usr/share/xtlf fi cp -a ./* /usr/share/xtlf if [ ! -d $HOME/.xtlf ]; then mkdir $HOME/.xtlf cp -a /usr/share/xtlf/config/* $HOME/.xtlf fi chown -R $USERNAME:users $HOME/.xtlf cp xtlf /usr/bin chmod +x /usr/bin/xtlf cp ./pixmaps/xtlf.png /usr/share/pixmaps echo "xtlf has been installed, you can start it with 'xtlf'" echo "You find the rules files in /usr/share/xtlf/scoring/rules" exit 0 ################## What it does: Remove the old /usr/share/xtlf/ Make a new directory /usr/share/xtlf/ Copy the new xtlf files to /usr/share/xtlf If ~/.xtlf if does not exist, generate one and copy the info into it Make sure ~/.xtlf is writeable Copy xtlf to /usr/bin and make it executable. The new version does not use ~/xtlf anymore, only ~/.xtlf 73, Rein On Thu, 2006-06-15 at 18:42 -0400, Ed wrote: > One other item of note. Rein's version does not place xtlf in > usr/bin/x11, but Joop's does, and now for whaever reason .xtlf is > also > there using Joop's version. Think its time for a do-over > > Ed W3NR > > > _______________________________________________ Tlf-devel mailing list Tlf-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tlf-devel