Lines 832-837
unipatch() {
Link Here
|
832 |
fi |
832 |
fi |
833 |
fi |
833 |
fi |
834 |
|
834 |
|
|
|
835 |
# do not apply alpha patch too non-alpha archs |
836 |
# bug #291389 |
837 |
if [[ "$(tc-arch)" != "alpha" ]]; then |
838 |
UNIPATCH_DROP="${UNIPATCH_DROP} *_alpha-sysctl-uac.patch" |
839 |
fi |
840 |
|
835 |
#so now lets get rid of the patchno's we want to exclude |
841 |
#so now lets get rid of the patchno's we want to exclude |
836 |
UNIPATCH_DROP="${UNIPATCH_EXCLUDE} ${UNIPATCH_DROP}" |
842 |
UNIPATCH_DROP="${UNIPATCH_EXCLUDE} ${UNIPATCH_DROP}" |
837 |
for i in ${UNIPATCH_DROP}; do |
843 |
for i in ${UNIPATCH_DROP}; do |