diff options
Diffstat (limited to 'desktop/rootactions_servicemenu/rootactions_servicemenu.SlackBuild')
-rw-r--r-- | desktop/rootactions_servicemenu/rootactions_servicemenu.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/rootactions_servicemenu/rootactions_servicemenu.SlackBuild b/desktop/rootactions_servicemenu/rootactions_servicemenu.SlackBuild index 117d510668..10ef10f244 100644 --- a/desktop/rootactions_servicemenu/rootactions_servicemenu.SlackBuild +++ b/desktop/rootactions_servicemenu/rootactions_servicemenu.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rootactions_servicemenu -VERSION=${VERSION:-2.7.1} +VERSION=${VERSION:-2.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,7 +42,7 @@ cd $TMP # NOTE: Starting with version 2.7.1 the KDE-Look package maintainer # removed the version number from the package name due to GHNS issues. # Please check the package md5sum before using the SlackBuild. -tar xvf $CWD/48411-${PRGNAM}.tar.gz +tar xvf $CWD/48411-${PRGNAM}_${VERSION}.tar.gz cd ${PRGNAM}_${VERSION} chown -R root:root . chmod -R u+w,go+r-w,a-s . |