Browse Source

do not use .pc (pkg-config) files for the dependencies)

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

+ 1
- 1
scripts/Build-Pkg

@ -372,7 +372,7 @@ fi
#
flistroot="bin boot etc lib sbin usr var opt"
flistrfilter="ldconfig\..*: .*|.*: /var/adm/.*"
flistrfilter="ldconfig\..*: .*|.*: /var/adm/.*|.*/pkgconfig/.*\.pc"
flistdel="etc/ld.so.cache|var/tmp/.*|usr/tmp/.*|var/adm/logs/.*|.*\\.old"
if [ $stagelevel -le 1 ]

Loading…
Cancel
Save