aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2013-07-01 17:49:02 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2013-07-01 17:49:02 -0400
commita09ab72b4238492abebb7059a636f6f1f0818a03 (patch)
tree2d970e5f938f862ebef66bb6250282b35bed0719
parent119b1ffd5e14895f089030c498149cdb78568a02 (diff)
downloadipsutils-a09ab72b4238492abebb7059a636f6f1f0818a03.tar.gz
fix install script example
-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