diff options
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 |