[Xastir] update xastir script correction for consideration
David Aitcheson
david.aitcheson at gmail.com
Sun Aug 3 01:33:43 EDT 2008
Curt,
Original Script:
cd xastir
cvs update
./bootstrap.sh
./configure
(make clean;make -j3 2>&1) | tee make.log
sudo make install
sudo chmod 4555 /usr/local/bin/xastir (only needed if using kernel AX.25)
xastir
New Script:
cd xastir
cvs update
./bootstrap.sh
./configure
(make clean;make -j3 2>&1) | tee make.log
sudo make install
sudo chmod 4555 /usr/local/bin/xastir # (only needed if using kernel AX.25)
xastir
Note insertion of "#" in next to last line, makes things run without error
on Ubuntu Hardy.
73
Dave
KB3EFS
PS files attached and CC to you direct as well
More information about the Xastir
mailing list