Revision: 6005
          http://gar.svn.sourceforge.net/gar/?rev=6005&view=rev
Author:   valholla
Date:     2009-08-12 17:10:29 +0000 (Wed, 12 Aug 2009)

Log Message:
-----------
fix checkinstall

Modified Paths:
--------------
    csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.checkinstall

Modified: csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.checkinstall
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.checkinstall  2009-08-12 
17:04:24 UTC (rev 6004)
+++ csw/mgar/pkg/sendmail/trunk/files/CSWsendmail.checkinstall  2009-08-12 
17:10:29 UTC (rev 6005)
@@ -4,18 +4,21 @@
 trap `exit 3` 15
 
 # Assign Solaris release class to install release specific files
-if [ `uname -r` = 5.8 ]; then
+if [ `uname -r` = 5.8 ]
+then
        CLASSES='none sol8 cswinitsmf'
-elif [ `uname -r` = 5.9 ]; then
+elif [ `uname -r` = 5.9 ]
+then
        CLASSES='none sol9 cswinitsmf'
-elif [ `uname -r` = 5.10 ]; then
+elif [ `uname -r` = 5.10 ]
+then
     CLASSES='none sol10 cswinitsmf'
 fi
 
 # Make env variables available to other packaging scripts
 
 cat >$1 <<!
-CLASSES="'$CLASSES'"
+CLASSES='$CLASSES'
 !
 
 exit 0


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to