diff options
Diffstat (limited to 'source/n/tftp-hpa/tftp-hpa.SlackBuild')
-rwxr-xr-x | source/n/tftp-hpa/tftp-hpa.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/n/tftp-hpa/tftp-hpa.SlackBuild b/source/n/tftp-hpa/tftp-hpa.SlackBuild index 6fcc104f..b5b36fbc 100755 --- a/source/n/tftp-hpa/tftp-hpa.SlackBuild +++ b/source/n/tftp-hpa/tftp-hpa.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ PKGNAM=tftp-hpa -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -46,7 +46,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf tftp-hpa-$VERSION -tar xvf $CWD/tftp-hpa-$VERSION.tar.bz2 || exit 1 +tar xvf $CWD/tftp-hpa-$VERSION.tar.xz || exit 1 cd tftp-hpa-$VERSION || exit 1 chown -R root:root . |