mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
Fix VERSION and update Copyright
Signed-off-by: willysr <willysr@gmail.com>
This commit is contained in:
parent
e51b1e689f
commit
9573c9a712
1 changed files with 5 additions and 7 deletions
|
@ -1,12 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2010 Vincent Batts, vbatts@hashbangbash.com
|
||||
# Copyright 2010, 2011 Patrick J. Volkerding, Sebeka, Minnesota, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Heavily modified by Willy Sudiarto Raharjo for MSB project
|
||||
# Slackware build script for pam_unix2
|
||||
|
||||
# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
#
|
||||
# All rights reserved.
|
||||
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
|
@ -25,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pam_unix2
|
||||
VERSION=${VERSION2:-2.9.1}
|
||||
VERSION=${VERSION:-2.9.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
|
|
Loading…
Reference in a new issue