diff options
Diffstat (limited to 'network/ubertooth/ubertooth.SlackBuild')
-rw-r--r-- | network/ubertooth/ubertooth.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/ubertooth/ubertooth.SlackBuild b/network/ubertooth/ubertooth.SlackBuild index 412f21b290d97..8ca1ed36f8e4f 100644 --- a/network/ubertooth/ubertooth.SlackBuild +++ b/network/ubertooth/ubertooth.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ubertooth -VERSION=${VERSION:-2018_12_R1} +VERSION=${VERSION:-2020.12.R1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-${VERSION//_/-} +cd $PRGNAM-${VERSION//./-} chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |