[66290] trunk/dports/devel/gdb/Portfile

snc at macports.org snc at macports.org
Thu Apr 8 07:17:45 PDT 2010


Revision: 66290
          http://trac.macports.org/changeset/66290
Author:   snc at macports.org
Date:     2010-04-08 07:17:43 -0700 (Thu, 08 Apr 2010)
Log Message:
-----------
fix typo in post-destroot

Modified Paths:
--------------
    trunk/dports/devel/gdb/Portfile

Modified: trunk/dports/devel/gdb/Portfile
===================================================================
--- trunk/dports/devel/gdb/Portfile	2010-04-08 14:11:11 UTC (rev 66289)
+++ trunk/dports/devel/gdb/Portfile	2010-04-08 14:17:43 UTC (rev 66290)
@@ -57,6 +57,6 @@
 
 post-destroot {
     system "chgrp procmod ${destroot}${prefix}/bin/fsf-gdb*"
-    system "cmod g+s ${destroot}${prefix}/bin/fsf-gdb*"
+    system "chmod g+s ${destroot}${prefix}/bin/fsf-gdb*"
     move ${destroot}${prefix}/share/info/standards.info ${destroot}${prefix}/share/info/gdb-standards.info
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100408/595a0f1d/attachment.html>


More information about the macports-changes mailing list