Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 21 years ago
parent
commit
999cac5202
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/functions

+ 1
- 1
scripts/functions

@ -273,7 +273,7 @@ function run_check() {
# inside the .la file
#
postflist_static_lib() {
echo_status "processing static lib corrections ..."
echo "processing static lib corrections ..."
egrep '^lib/.*\.(a|la)$' $builddir/flist.txt |
while read fn ; do
[ -e $root/$fn -o -L $root/$fn ] || continue

Loading…
Cancel
Save