Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
580c0a127a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      scripts/functions

+ 4
- 0
scripts/functions

@ -526,6 +526,9 @@ build_this_package() {
xsourceballs=$( echo "$sourceballs" | grep -F "$xsrcpattern" )
fi
for xsrctar in $xsourceballs; do
saved_patchfiles="$patchfiles"
var_append patchfiles " " \
"`ls $confdir/*.patch.${xsrctar/-[0-9]*/} 2> /dev/null`"
if [ $autoextract = 1 ]; then
echo "Extracting $xsrctar ($taropt) ... "
cd $builddir
@ -682,6 +685,7 @@ build_this_package() {
fi
hook_eval postdoc
patchfiles="$saved_patchfiles"
done
if [ "$rmemptydir" ]; then

Loading…
Cancel
Save