Browse Source

16:57 < clifford> there is an eval missing for the 1st patch...

16:58 < clifford> ..but that shouldn't hurt since patchopt="-bfp1 -z .orig"
16:59 < clifford> rxr: could you eighter remove the eval for the 2nd patch or
                  add it to the 1st?


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1560 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
e5ccb6ed2e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/functions

+ 1
- 1
scripts/functions

@ -460,7 +460,7 @@ apply_patchfiles() {
for x in $patchfiles; do
echo "Apply patch $x ..."
if [[ $x = *.bz2 ]] ; then
bzcat $x | patch $patchopt
eval bzcat $x | patch $patchopt
else
eval patch $patchopt < $x
fi

Loading…
Cancel
Save