diff options
Diffstat (limited to 'doc/manual/relocatable')
-rw-r--r-- | doc/manual/relocatable | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/relocatable b/doc/manual/relocatable index d0700724f..d73d0ce32 100644 --- a/doc/manual/relocatable +++ b/doc/manual/relocatable @@ -6,7 +6,7 @@ may distribute their software to install in "/opt" but you'd like it to install in "/usr/opt". If the vendor were distributing a relocatable RPM package, it would be easy. -\subsection relocatable_building Building a Relocatable Package +\section relocatable_building Building a Relocatable Package Not all software can be "relocatable". Before continuing you should think about how the program works, what files it accesses, what other @@ -35,7 +35,7 @@ into the spec file so that the /usr and /etc directories may be relocated separately when this package is installed. -\subsection relocatable_installing Installing Relocatable Packages +\section relocatable_installing Installing Relocatable Packages By default, RPM will install a relocatable package in the prefix directory listed in the spec file. You can override this on the |