fix script

This commit is contained in:
Dimitris Zlatanidis 2015-05-14 17:08:42 +03:00
parent b31c26bba5
commit dd499628ea

View file

@ -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