Skip to content

Commit

Permalink
system/nerdctl: Relocate package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
earies committed Dec 6, 2024
1 parent 9781a80 commit cda9b72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system/nerdctl/nerdctl.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md LICENSE NOTICE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

if [ -d $PKG/usr/share/doc ]; then
mv $PKG/usr/share/doc/* $PKG/usr/doc/$PRGNAM-$VERSION
rm -rf $PKG/usr/share/doc
fi

mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

Expand Down

0 comments on commit cda9b72

Please sign in to comment.