mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Add file to man page and slackbuild
This commit is contained in:
parent
7ff62d7ca7
commit
1d953fe809
3 changed files with 5 additions and 2 deletions
|
@ -409,6 +409,9 @@ For example:
|
|||
/etc/slpkg/rlworkman.deps
|
||||
Rworkman's repository dependencies
|
||||
|
||||
/etc/slpkg/pkg_security
|
||||
List of packages for security reasons
|
||||
|
||||
/var/log/slpkg
|
||||
ChangeLog.txt repositories files
|
||||
SlackBuilds logs and dependencies files
|
||||
|
|
|
@ -9,7 +9,7 @@ config() {
|
|||
}
|
||||
|
||||
CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors default-repositories \
|
||||
custom-repositories rlworkman.deps"
|
||||
custom-repositories rlworkman.deps pkg_security"
|
||||
for file in $CONFIGS; do
|
||||
config etc/slpkg/${file}.new
|
||||
done
|
||||
|
|
|
@ -97,7 +97,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 repositories.conf blacklist slackware-mirrors default-repositories \
|
||||
custom-repositories rlworkman.deps"
|
||||
custom-repositories rlworkman.deps pkg_security"
|
||||
for file in $CONFIGS; do
|
||||
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue