Fix a bug concerning the handling of symlinks in the idb file
This commit is contained in:
parent
aae87e44a6
commit
3f5d7d0482
@ -160,7 +160,7 @@ add_files()
|
|||||||
fi
|
fi
|
||||||
local temp=`$LS -l $i|$CUT -d '>' -f 2`
|
local temp=`$LS -l $i|$CUT -d '>' -f 2`
|
||||||
local symval=${temp# }
|
local symval=${temp# }
|
||||||
echo "l $perm $4 $5 $i $i $pkgname.$2 symval($symval)" >>$idbfile
|
echo "l $perm $4 $5 ${topinstalldir:1}/$i $i $pkgname.$2 symval($symval)" >>$idbfile
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -209,7 +209,7 @@ create_idb()
|
|||||||
fi
|
fi
|
||||||
done < $subsysconf
|
done < $subsysconf
|
||||||
$SORT +4u -6 < $idbfile > $metadir/idbtemp
|
$SORT +4u -6 < $idbfile > $metadir/idbtemp
|
||||||
mv $metadir/idbtemp $metadir/$idbfile
|
mv $metadir/idbtemp $idbfile
|
||||||
$RM -f $metadir/idbtemp
|
$RM -f $metadir/idbtemp
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -261,6 +261,7 @@ make_dist()
|
|||||||
|
|
||||||
setdir stage
|
setdir stage
|
||||||
$RM -rf $disttmp
|
$RM -rf $disttmp
|
||||||
|
echo "Done. Package was created as $distfile"
|
||||||
}
|
}
|
||||||
|
|
||||||
# generic_pack(): Build package using files from 'install' stage
|
# generic_pack(): Build package using files from 'install' stage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user