Browse Source

Dimitar Zhekov:


			
			
				rocklinux
			
			
		
Dimitar Zhekov 21 years ago
parent
commit
4c64537afe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Build-Target

+ 1
- 1
scripts/Build-Target

@ -219,7 +219,7 @@ fi
x="$file"
[ $ROCKCFG_CREATE_GEM = 0 ] || x=${x%.gem}
[ $ROCKCFG_CREATE_TARBZ2 = 0 ] || x=${x%.tar.bz2}
if ! grep -qx "$x" $pkglst ; then
if ! grep -qx "$x" $pkglst && ! test "$x" = packages.db ; then
file="build/$ROCKCFG_ID/ROCK/pkgs/$file"
echo_error "$file should not be present" \
"(now in src/invalid-files.lst)!"

Loading…
Cancel
Save