11 lines
249 B
Bash
Executable file
11 lines
249 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# We Contain Environment Variables For The AWIPS II RPM Build Environment.
|
|
|
|
# Standard Build Information.
|
|
export AWIPSCM_SHARE=/share1
|
|
|
|
# The Directory That All Built RPMs Are Placed In.
|
|
export BUILT_RPM_DIR=/usr/src/redhat/RPMS/i386
|
|
|
|
|