diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-04-27 09:18:51 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-15 10:50:31 +0200 |
commit | 1ccd8e8048c7c4593465b9b7221c075ab6fbd2b2 (patch) | |
tree | a52992922296cfc0f31a49a73a5e2454cf6e514e /office/auctex | |
parent | 7c18ada0e5ea1dd8194d7859e8573eb9bc65c343 (diff) | |
download | slackbuilds-1ccd8e8048c7c4593465b9b7221c075ab6fbd2b2.tar.gz |
office/auctex: Remove files that conflict with tetex.
Diffstat (limited to 'office/auctex')
-rw-r--r-- | office/auctex/auctex.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/auctex/auctex.SlackBuild b/office/auctex/auctex.SlackBuild index e1718743c9..0aa7dfe517 100644 --- a/office/auctex/auctex.SlackBuild +++ b/office/auctex/auctex.SlackBuild @@ -55,6 +55,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +# Remove files that are in tetex (and texlive) +rm -rf $PKG/usr/share/texmf/tex/latex/preview + rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/*.info* |