diff options
Diffstat (limited to 'source/ap/man-pages/man-pages.SlackBuild')
-rwxr-xr-x | source/ap/man-pages/man-pages.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/man-pages/man-pages.SlackBuild b/source/ap/man-pages/man-pages.SlackBuild index 85cfc0d27..ff779f110 100755 --- a/source/ap/man-pages/man-pages.SlackBuild +++ b/source/ap/man-pages/man-pages.SlackBuild @@ -20,7 +20,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=${VERSION:-$(echo man-pages-3.*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +VERSION=${VERSION:-$(echo man-pages-3.*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ARCH=noarch BUILD=${BUILD:-1} @@ -34,7 +34,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf man-pages-$VERSION tar xf $CWD/man-pages-$VERSION.tar.xz -tar xf $CWD/man-pages-posix-2003-a.tar.bz2 +tar xf $CWD/man-pages-posix-2003-a.tar.xz chown -R root:root man-pages-$VERSION man-pages-posix-2003-a chmod -R a-s,u+rw,go+r-w man-pages-$VERSION man-pages-posix-2003-a find man-pages-$VERSION \ |