mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +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
|
mkdir -p $PKG/etc/slpkg
|
||||||
# install configurations files
|
# install configurations files
|
||||||
CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories \
|
CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories \
|
||||||
slackware-changelog-mirrors"
|
slackware-changelogs-mirror"
|
||||||
for file in $CONFIGS; do
|
for file in $CONFIGS; do
|
||||||
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
|
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue