diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-20 16:35:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 08:10:00 +0700 |
commit | 3f287d35f4dfa200df59283afa15dfe161dc578a (patch) | |
tree | b42a3047a46c0b8d3a6822c90c21d37ab60d85a5 /graphics | |
parent | 9cf8a38f8b1f4ecf7869de1a0f6186c5ceb1be0e (diff) | |
download | slackbuilds-3f287d35f4dfa200df59283afa15dfe161dc578a.tar.gz |
graphics/teighafileconverter: Fix typo in script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/teighafileconverter/teighafileconverter.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/teighafileconverter/teighafileconverter.SlackBuild b/graphics/teighafileconverter/teighafileconverter.SlackBuild index 80bdd64851..e74c00cf10 100644 --- a/graphics/teighafileconverter/teighafileconverter.SlackBuild +++ b/graphics/teighafileconverter/teighafileconverter.SlackBuild @@ -90,7 +90,7 @@ chmod 755 $PKG/usr/bin/$ORIGNAM $PKGLIB/$ORIGNAM/$ORIGNAM PKGAPP=$PKG/usr/share/applications iconv -f ISO-8859-1 -t UTF-8 $PKGAPP/${ORIGNAM}_$VERSION.desktop | \ sed 's@/usr/bin/@@g' > \ - $PKGAPP/${ORIGNAM}.deskop + $PKGAPP/${ORIGNAM}.desktop rm -f $PKGAPP/${ORIGNAM}_$VERSION.desktop PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION |