diff options
author | Josiah Boothby <josiahb@gmail.com> | 2014-12-16 00:25:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-16 00:25:12 +0700 |
commit | 91c0a4b7c91e202154c29cb3b69b9c784e730769 (patch) | |
tree | 2f25d35c1da56ba0d81e7eb7ed756fe14e889ab1 /desktop/e16/e16.SlackBuild | |
parent | 25d2290361f761dcb09b63b0cce2b0202240c4b3 (diff) |
desktop/e16: Updated for version 1.0.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/e16/e16.SlackBuild')
-rw-r--r-- | desktop/e16/e16.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild index 5f839aa7abd2..ad7959cf114c 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.13} +VERSION=${VERSION:-1.0.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -138,6 +138,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +# Install xinitrc +install -D -m 0755 $CWD/xinitrc.e16 $PKG/etc/X11/xinit/xinitrc.e16 + # Documentation mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cd $TMP/$PRGNAM-$VERSION |