mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
fix script
This commit is contained in:
parent
b31c26bba5
commit
dd499628ea
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,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 custom-repositories \
|
||||
slackware-changelog-mirrors"
|
||||
slackware-changelogs-mirror"
|
||||
for file in $CONFIGS; do
|
||||
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue