mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Fixed configs path
This commit is contained in:
parent
41ad879797
commit
b7c0cfd2dd
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
# install configuration files
|
||||
mkdir -p $PKG/etc/slpkg
|
||||
install -D -m0644 config/slpkg.json $PKG/etc/slpkg/slpkg.json.new
|
||||
install -D -m0644 config/blacklist.json $PKG/etc/slpkg/blacklist.json.new
|
||||
install -D -m0644 configs/slpkg.json $PKG/etc/slpkg/slpkg.json.new
|
||||
install -D -m0644 configs/blacklist.json $PKG/etc/slpkg/blacklist.json.new
|
||||
|
||||
mkdir -p $PKG/usr/man/man1
|
||||
cp man/slpkg.1 $PKG/usr/man/man1
|
||||
|
|
Loading…
Reference in a new issue