From 19ea2daec66508dc5f6c0e647d2cf6a6b43787a7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 22 Apr 2022 11:12:51 -0400 Subject: libraries/avr-libc: Fix PRINT_PACKAGE_NAME. Signed-off-by: B. Watson --- libraries/avr-libc/avr-libc.SlackBuild | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libraries/avr-libc') 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 -- cgit v1.2.3-65-gdbad