summaryrefslogtreecommitdiffstats
path: root/multimedia/subtitleeditor/subtitleeditor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/subtitleeditor/subtitleeditor.SlackBuild')
-rw-r--r--multimedia/subtitleeditor/subtitleeditor.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/subtitleeditor/subtitleeditor.SlackBuild b/multimedia/subtitleeditor/subtitleeditor.SlackBuild
index 6332f99143..b6656258cb 100644
--- a/multimedia/subtitleeditor/subtitleeditor.SlackBuild
+++ b/multimedia/subtitleeditor/subtitleeditor.SlackBuild
@@ -56,7 +56,7 @@ fi
set -e
-rm -rf $PKG
+rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP
@@ -65,7 +65,7 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
-# Starting with glib 2.32 it is now mandatory to
+# Starting with glib 2.32 it is now mandatory to
# include glib.h instead of individual headers.
patch -p1 -i $CWD/glib-single-include.patch