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

@@ -101,7 +101,7 @@ install: all
ln -s ${BINDIR}/mbfido ${BINDIR}/mbmail
rm -f ${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
filelist: Makefile

Binary file not shown.