make sure idb file is properly sorted.
authorHerb Lewis <herb@samba.org>
Fri, 15 Aug 2003 02:28:59 +0000 (02:28 +0000)
committerHerb Lewis <herb@samba.org>
Fri, 15 Aug 2003 02:28:59 +0000 (02:28 +0000)
(This used to be commit 864d63a82dcd2ddea415d51a68a48aebe89c4bc6)

packaging/SGI/mkrelease.sh

index 6ba486c673f180e8b2b1c76f402be2f47d3d6b7f..89854300aaf4e15ba3099f1346b77246ddf94f06 100755 (executable)
@@ -114,6 +114,8 @@ if [ $errstat -ne 0 ]; then
   echo "Error $errstat creating samba.idb\n";
   exit $errstat;
 fi
+sort +4 samba.idb > xxx
+mv xxx samba.idb
 
 if [ ! -d bins ]; then
    mkdir bins