diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-08 22:55:15 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-12 06:42:46 +0700 |
commit | 3c1b1e5cbf50c4c796ff87087d2362a29510ec39 (patch) | |
tree | 3a885e9688c6c03b8521eafff799506e4568874e /desktop/sun/sun.SlackBuild | |
parent | ec9772a6d6ba7eab6d4f495853587cae34f56df7 (diff) | |
download | slackbuilds-3c1b1e5cbf50c4c796ff87087d2362a29510ec39.tar.gz |
desktop/sun: Updated for version 1.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'desktop/sun/sun.SlackBuild')
-rw-r--r-- | desktop/sun/sun.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/sun/sun.SlackBuild b/desktop/sun/sun.SlackBuild index e2f40fbb6f..f1713f2786 100644 --- a/desktop/sun/sun.SlackBuild +++ b/desktop/sun/sun.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sun -VERSION=${VERSION:-1.1.7} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,12 +78,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true # install configurations files -mkdir -p $PKG/etc/$PRGNAM $PKG/etc/rc.d/ +mkdir -p $PKG/etc/$PRGNAM install -D -m0644 conf/${PRGNAM}.conf $PKG/etc/$PRGNAM/${PRGNAM}.conf.new -# install rc file -install -D -m0644 conf/rc.${PRGNAM} $PKG/etc/rc.d/rc.${PRGNAM}.new - # install notify icon and .desktop file mkdir -p $PKG/usr/share/pixmaps $PKG/usr/share/applications install -D -m0644 icon/${PRGNAM}.png $PKG/usr/share/pixmaps/${PRGNAM}.png |