Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

fixed rock-debug not to treat /sys as unarchived


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2213 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
464714bbe9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/rock-debug/test_unarchived.sh

+ 1
- 1
package/base/rock-debug/test_unarchived.sh

@ -33,7 +33,7 @@
cat /var/adm/flists/* ; } | sort +1 |
awk 'BEGIN { last=""; } $1=="~:" && last!=$2 { print $2; } { last=$2; }'
ls | egrep -vx 'dev|home|lost\+found|mnt|proc|root|tmp' |
ls | egrep -vx 'dev|home|lost\+found|mnt|proc|root|sys|tmp' |
egrep -vx 'bin|boot|etc|lib|sbin|usr|var|opt'
} |
egrep -xv 'etc/ld.so.cache|usr/share/info/dir|lib/modules/.*/modules.dep'

Loading…
Cancel
Save