diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/slpkg/doinst.sh | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 5 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index 65a370ff5c..165cdcbcec 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,7 +8,7 @@ config() { fi } -CONFIGS="blacklist slackware-mirrors custom-repositories" +CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories" for file in $CONFIGS; do config etc/slpkg/${file}.new done diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 9febfc830b..37788bd49f 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.2.7} +VERSION=${VERSION:-2.2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,8 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/etc/slpkg # install configurations files -install -D -m0644 conf/${PRGNAM}.conf $PKG/etc/slpkg/${PRGNAM}.conf -CONFIGS="blacklist slackware-mirrors custom-repositories" +CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories" for file in $CONFIGS; do install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new done diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 994b6b2919..832570f7ba 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="2.2.7" +VERSION="2.2.9" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.7.tar.gz" -MD5SUM="abea645bd382aa47500588631c299bb1" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.9.tar.gz" +MD5SUM="cd3c213b4c0da976be970e9fe888e5e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |