From e1271271f3523a090a901b6576f97c88ad482f22 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 6 Oct 2022 20:45:46 +0300 Subject: [PATCH] Fixed manpage for yaml files Signed-off-by: Dimitris Zlatanidis --- man/slpkg.1 | 4 ++-- slackbuild/slpkg.SlackBuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/slpkg.1 b/man/slpkg.1 index 01b91762..a248e6a0 100644 --- a/man/slpkg.1 +++ b/man/slpkg.1 @@ -90,9 +90,9 @@ Print version and exit. .RE .SH CONFIGURATION FILES .P -Configuration file in the /etc/slpkg/slpkg.yaml file. +Configuration file in the /etc/slpkg/slpkg.yml file. .RE -Blacklist file in the /etc/slpkg/blacklist.yaml file. +Blacklist file in the /etc/slpkg/blacklist.yml file. .SH REPORT BUGS .P Please report any found to https://gitlab.com/dslackw/slpkg/-/issues. diff --git a/slackbuild/slpkg.SlackBuild b/slackbuild/slpkg.SlackBuild index 33145cc8..2475de78 100755 --- a/slackbuild/slpkg.SlackBuild +++ b/slackbuild/slpkg.SlackBuild @@ -99,7 +99,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # Install configuration files and creating lib directory mkdir -p $PKG/etc/$PRGNAM $PKG/var/lib/$PRGNAM/database $PKG/var/lib/$PRGNAM/repository install -D -m0644 configs/slpkg.yml $PKG/etc/slpkg/slpkg.yml.new -install -D -m0644 configs/blacklist.yml $PKG/etc/slpkg/blacklist.yml.new +install -D -m0645 configs/blacklist.yml $PKG/etc/slpkg/blacklist.yml.new mkdir -p $PKG/usr/man/man1 cp man/slpkg.1 $PKG/usr/man/man1