diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-03-12 01:46:50 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-03-12 08:59:52 +0100 |
commit | 913fae06e0ae428cf46ebd3dc23dbf384d42b20b (patch) | |
tree | ea77a46af93fc6eeac344801aefc8269ce672797 /source/a | |
parent | e2d188d741d8d635b1822a3a50defa64b00657da (diff) | |
download | current-913fae06e0ae428cf46ebd3dc23dbf384d42b20b.tar.gz |
Fri Mar 12 01:46:50 UTC 202120210312014650
x/mesa-21.0.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/cryptsetup/cryptsetup.SlackBuild | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/source/a/cryptsetup/cryptsetup.SlackBuild b/source/a/cryptsetup/cryptsetup.SlackBuild index cd6adea7..e3119431 100755 --- a/source/a/cryptsetup/cryptsetup.SlackBuild +++ b/source/a/cryptsetup/cryptsetup.SlackBuild @@ -21,22 +21,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# ----------------------------------------------------------------------------- -# -# Slackware SlackBuild script -# =========================== -# By: Eric Hameleers <alien@slackware.com> -# For: cryptsetup -# Descr: Utility for setting up encrypted filesystems -# URL: http://code.google.com/p/cryptsetup/ -# -# ----------------------------------------------------------------------------- - cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cryptsetup VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |