From b4d18e506e3d109002d84e0c52139fc81540505e Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Tue, 5 Jun 2018 12:01:53 -0700 Subject: [PATCH] mixin: fix local-rpm documentation The /usr/share/mix/rpms directory is no longer used by mixer/mixin. Instead use the appropriate default /usr/share/mix/local-rpms directory because this is where mixer looks for local RPMs when initializing the local repository. Signed-off-by: Matthew Johnson --- source/clear-linux/guides/maintenance/mixin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/guides/maintenance/mixin.rst b/source/clear-linux/guides/maintenance/mixin.rst index 9cd919de..b4ed23d5 100644 --- a/source/clear-linux/guides/maintenance/mixin.rst +++ b/source/clear-linux/guides/maintenance/mixin.rst @@ -44,7 +44,7 @@ Set up the workspace .. code-block:: console - $ sudo mkdir -p /usr/share/mix/rpms + $ sudo mkdir -p /usr/share/mix/local-rpms Copy your custom RPM package to the workspace ********************************************* @@ -61,7 +61,7 @@ your RPM package to the workspace. .. code-block:: console - $ sudo cp [RPM] /usr/share/mix/rpms + $ sudo cp [RPM] /usr/share/mix/local-rpms Alternatively, you can add a remote RPM repository by running the following command.