summaryrefslogtreecommitdiffstats
path: root/libraries/avr-libc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/avr-libc')
-rw-r--r--libraries/avr-libc/avr-libc.SlackBuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/avr-libc/avr-libc.SlackBuild b/libraries/avr-libc/avr-libc.SlackBuild
index 4d2864a3f2..4fab821558 100644
--- a/libraries/avr-libc/avr-libc.SlackBuild
+++ b/libraries/avr-libc/avr-libc.SlackBuild
@@ -28,15 +28,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# Add latex to path if it's not already in it.
-if [ $(echo $PATH | grep "/usr/share/texmf/bin" | wc -l) -le 0 ]; then
- echo "Latex not in path, adding /usr/share/texmf/bin to path" ;
- PATH=$PATH:/usr/share/texmf/bin ;
-fi
-
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0