[csw-devel] SF.net SVN: gar:[18531] csw/mgar/pkg/auctex/trunk
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Tue Jun 26 09:45:52 CEST 2012
Revision: 18531
http://gar.svn.sourceforge.net/gar/?rev=18531&view=rev
Author: pfelecan
Date: 2012-06-26 07:45:51 +0000 (Tue, 26 Jun 2012)
Log Message:
-----------
adapt for TeX hash class support
Modified Paths:
--------------
csw/mgar/pkg/auctex/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/auctex/trunk/files/CSWauctex.postinstall
Modified: csw/mgar/pkg/auctex/trunk/Makefile
===================================================================
--- csw/mgar/pkg/auctex/trunk/Makefile 2012-06-26 07:44:46 UTC (rev 18530)
+++ csw/mgar/pkg/auctex/trunk/Makefile 2012-06-26 07:45:51 UTC (rev 18531)
@@ -14,7 +14,6 @@
MASTER_SITES = http://ftp.gnu.org/pub/gnu/auctex/
DISTFILES = $(DISTNAME).tar.gz
DISTFILES += README.CSW
-DISTFILES += CSWauctex.postinstall
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-texmf-dir=/opt/csw/share/texmf-local
Deleted: csw/mgar/pkg/auctex/trunk/files/CSWauctex.postinstall
===================================================================
--- csw/mgar/pkg/auctex/trunk/files/CSWauctex.postinstall 2012-06-26 07:44:46 UTC (rev 18530)
+++ csw/mgar/pkg/auctex/trunk/files/CSWauctex.postinstall 2012-06-26 07:45:51 UTC (rev 18531)
@@ -1,32 +0,0 @@
-# $Id$
-
-Error()
-{
- echo "postinstall: anomaly : $1" >&2
- exit 1
-}
-
-Warning()
-{
- echo "warning:" "$1" >&2
-}
-
-if [ -x /opt/csw/bin/mktexlsr ]
-then
-{
- echo "Running mktexlsr. This may take some time..."
- bash /opt/csw/bin/mktexlsr ||
- Warning "mktexlsr failed! You need to run mktexlsr again"
-}
-else
-{
- Warning "cannot update TeX hash: /opt/csw/bin/mktexlsr is not an executable!"
-}
-fi
-
-exit 0
-
-# Local Variables:
-# mode: shell-script
-# mode: font-lock
-# End:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list