diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-22 11:12:51 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-22 11:12:51 -0400 |
commit | 19ea2daec66508dc5f6c0e647d2cf6a6b43787a7 (patch) | |
tree | ea4cdf844ab85fb3b24f2ef6b4fb6b4b01e94a2a /libraries | |
parent | 589e0f9133c22a370172bed0b5ce7ccaa7dcdf8b (diff) |
libraries/avr-libc: Fix PRINT_PACKAGE_NAME.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/avr-libc/avr-libc.SlackBuild | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/avr-libc/avr-libc.SlackBuild b/libraries/avr-libc/avr-libc.SlackBuild index 4d2864a3f234..4fab821558d3 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 |