aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/spec_file_format.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/spec_file_format.rst b/docs/source/spec_file_format.rst
index 213dd6f..b175299 100644
--- a/docs/source/spec_file_format.rst
+++ b/docs/source/spec_file_format.rst
@@ -68,6 +68,7 @@ Set of commands to executed as part of the installation process;
such as moving data to the build installation directory after being compiled.
Example::
+
%install
make install DESTDIR=$BUILDPROTO
%end