diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2013-07-01 17:49:02 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2013-07-01 17:49:02 -0400 |
commit | a09ab72b4238492abebb7059a636f6f1f0818a03 (patch) | |
tree | 2d970e5f938f862ebef66bb6250282b35bed0719 /docs | |
parent | 119b1ffd5e14895f089030c498149cdb78568a02 (diff) | |
download | ipsutils-a09ab72b4238492abebb7059a636f6f1f0818a03.tar.gz |
fix install script example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/spec_file_format.rst | 1 |
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 |