Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
580a9c1936
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/functions

+ 1
- 1
scripts/functions

@ -635,7 +635,7 @@ build_this_package() {
cut -f2 | sed 's,.\(t\?\)\(gz\|Z\)$,.\1bz2,' )
if [ -z "$xsourceballs" ] ; then
echo "Can't auto-detect srctar for package '$xpkg'!"
false
[ $autoextract = 1 ] && false
fi
else
xsourceballs="$srctar"

Loading…
Cancel
Save