changelogget: Update for new sourceware.org.
[nethome.git] / bin / mocksetup
index 3850ca9..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"
@@ -129,7 +129,7 @@ for r in $l;do
   rm -f $rpath/usr/local/share/gdb
   if ! $u;then
     mkdir -p $rpath/usr/local/share
-    ln -s ../../../share/gdb $rpath/usr/local/share/gdb
+    ln -s ../../share/gdb $rpath/usr/local/share/gdb
   fi
 
   # Old systems incl. RHEL-6 do not feature it.