Former-commit-id:ea1c82452b
[formerly65e1e4ee0b
[formerly 56068aa96fa6daf113861476bf4b7aebe2021ca4]] Former-commit-id:65e1e4ee0b
Former-commit-id:4453ad2d10
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
|
|
|
|
|