+--nomcheck
[nethome.git] / bin / mocksetup
index f4cf2fb..e811d20 100755 (executable)
@@ -70,7 +70,7 @@ for r in $l;do
   # mock -q -r $r chroot true echo "$rpath lock check"
 
   for n in passwd group;do
-    cat /etc/$n $rpath/etc/$n|perl -ne 'print if /^(?:[^:]*:){2}(5\d\d):/'|sort|uniq -u|tee -a $rpath/etc/$n
+    cat /etc/$n $rpath/etc/$n|perl -ne 'print if /^(?:[^:]*:){2}(10\d\d):/'|sort|uniq -u|tee -a $rpath/etc/$n
   done
   if [ ! -f $rpath/etc/mtab-orig ];then
     c="mv -f $rpath/etc/mtab $rpath/etc/mtab-orig"
@@ -126,10 +126,10 @@ for r in $l;do
     ln -s ../../src/debug $rpath/usr/local/src/debug
   fi
 
-  rm -f $rpath/usr/local/share/gdb/auto-load
+  rm -f $rpath/usr/local/share/gdb
   if ! $u;then
-    mkdir -p $rpath/usr/local/share/gdb
-    ln -s ../../../share/gdb/auto-load $rpath/usr/local/share/gdb/auto-load
+    mkdir -p $rpath/usr/local/share
+    ln -s ../../share/gdb $rpath/usr/local/share/gdb
   fi
 
   # Old systems incl. RHEL-6 do not feature it.