diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-01-09 06:54:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-09 06:54:08 +0700 |
commit | d0251fb3b2d910acbb5362b491b1f9d33c6a9767 (patch) | |
tree | 59638deeb564da291b98499f21064b9668221eaf /system/slpkg/slpkg.SlackBuild | |
parent | fcb1d7def61048adc0777b2f7a0673ca07a4443b (diff) | |
download | slackbuilds-d0251fb3b2d910acbb5362b491b1f9d33c6a9767.tar.gz |
system/slpkg: Updated for version 2.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slpkg/slpkg.SlackBuild')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 6673dd05c0..dd94eb00e5 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-2.1.5} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/etc/slpkg # install configurations files -CONFIGS="slpkg.conf blacklist slackware-mirrors" +CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories" for file in $CONFIGS; do install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new done |