summaryrefslogtreecommitdiffstats
path: root/desktop/e16/e16.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/e16/e16.SlackBuild')
-rw-r--r--desktop/e16/e16.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild
index d4b2c579be..dfb1dc8de7 100644
--- a/desktop/e16/e16.SlackBuild
+++ b/desktop/e16/e16.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=e16
-VERSION=${VERSION:-1.0.11}
+VERSION=${VERSION:-1.0.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -94,7 +94,7 @@ make
make install DESTDIR=$PKG
# Optionally install the core themes
-if [[ -f $CWD/$TNAME-$TVERSION.tar.gz && $THEMES = "1" ]]; then
+if [[ -f $CWD/$TNAME-$TVERSION.tar.gz && $THEMES = "YES" ]]; then
cd $TMP
rm -rf $TNAME-$TVERSION
tar xzvf $CWD/$TNAME-$TVERSION.tar.gz
@@ -113,7 +113,7 @@ if [[ -f $CWD/$TNAME-$TVERSION.tar.gz && $THEMES = "1" ]]; then
fi
# Optionally install the official documentation
-if [[ -f $CWD/$DNAME-$DVERSION.tar.gz && $DOCS = "1" ]]; then
+if [[ -f $CWD/$DNAME-$DVERSION.tar.gz && $DOCS = "YES" ]]; then
cd $TMP
rm -rf $DNAME-$DVERSION
tar xzvf $CWD/$DNAME-$DVERSION.tar.gz
@@ -152,14 +152,14 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Additionally, if themes and documentation are installed, copy their
# documenation as well.
-if [ $THEMES == "1" ]; then
+if [ $THEMES == "YES" ]; then
cd $TMP/$TNAME-$TVERSION
for f in {AUTHORS,COPYING,ChangeLog}; do
cat $f > $PKG/usr/doc/$PRGNAM-$VERSION/$f.themes
done
fi
-if [ $DOCS == "1" ]; then
+if [ $DOCS == "YES" ]; then
cd $TMP/$DNAME-$DVERSION
for f in {AUTHORS,COPYING,ChangeLog,README}; do
cat $f > $PKG/usr/doc/$PRGNAM-$VERSION/$f.edocs