Changed install method for maptabs

This commit is contained in:
Michiel Broek 2002-02-18 16:03:23 +00:00
parent b2a28dcb2e
commit 0832a58de7
4 changed files with 5 additions and 3 deletions

View File

@ -4590,7 +4590,9 @@ v0.33.20 10-Feb-2002
general: general:
Added structures for area maintenance with area lists. Added structures for area maintenance with area lists.
Installing the maptabs don't give any errors anymore when
installed as user mbse. The location of the source isn't
important anymore to install the maptabs.
common.a: common.a:
Added 2 functions to return the OS name and CPU family. Added 2 functions to return the OS name and CPU family.

View File

@ -101,7 +101,7 @@ install: all
ln -s ${BINDIR}/mbfido ${BINDIR}/mbmail ln -s ${BINDIR}/mbfido ${BINDIR}/mbmail
rm -f ${BINDIR}/mbnews rm -f ${BINDIR}/mbnews
ln -s ${BINDIR}/mbfido ${BINDIR}/mbnews ln -s ${BINDIR}/mbfido ${BINDIR}/mbnews
(cd ${PREFIX}; tar xfz ${PACKAGE}-${VERSION}/mbfido/maptabs.tgz; ${CHOWN} ${OWNER}.${GROUP} etc/maptabs/*) (cp maptabs.tgz ${PREFIX}; cd ${PREFIX}; tar xfz maptabs.tgz; ${CHOWN} ${OWNER}.${GROUP} etc/maptabs/*; rm ${PREFIX}/maptabs.tgz)
chmod 0775 ${PREFIX}/etc chmod 0775 ${PREFIX}/etc
filelist: Makefile filelist: Makefile

Binary file not shown.

View File

@ -1013,7 +1013,7 @@ int EditMsgRec(int);
int EditMsgRec(int Area) int EditMsgRec(int Area)
{ {
unsigned long crc1; unsigned long crc1;
int tmp, i, connections, changed = FALSE, Active; int tmp, i, connections = 0, changed = FALSE, Active;
sysconnect System; sysconnect System;
char *temp; char *temp;