diff options
Diffstat (limited to 'desktop/sun/sun.SlackBuild')
-rw-r--r-- | desktop/sun/sun.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/sun/sun.SlackBuild b/desktop/sun/sun.SlackBuild index c7a844b734..d145342ddc 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.3} +VERSION=${VERSION:-1.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # install configurations files mkdir -p $PKG/etc/$PRGNAM $PKG/etc/rc.d/ install -D -m0644 conf/${PRGNAM}.conf $PKG/etc/$PRGNAM/${PRGNAM}.conf.new -install -D -m0644 conf/mirrors $PKG/etc/$PRGNAM/mirrors + # install rc file install -D -m0644 conf/rc.${PRGNAM} $PKG/etc/rc.d/rc.${PRGNAM}.new |