[Lunar-commits] <moonbase> automake: adjusting the BUILD to correct the creation of

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sun Jul 5 17:03:28 CEST 2009


commit 35a1deb2cf6407b7836998096c28a7413db8ae58
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Jul 5 11:03:28 2009 -0400

    automake: adjusting the BUILD to correct the creation of
    
    the symlink, and bumping the UPDATED.
---
 devel/automake/BUILD   |    2 +-
 devel/automake/DETAILS |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/automake/BUILD b/devel/automake/BUILD
index 2765c3a..1add4ab 100644
--- a/devel/automake/BUILD
+++ b/devel/automake/BUILD
@@ -4,6 +4,6 @@
 
   #the line below is for the "automake" symlink, needed by some sources
   rm -Rf /usr/share/automake
-  ln -sf /usr/share/automake-1.10 /usr/share/automake
+  ln -sf /usr/share/automake-$VERSION /usr/share/automake
 
 ) > $C_FIFO 2>&1
diff --git a/devel/automake/DETAILS b/devel/automake/DETAILS
index 80a1628..ebdf8b9 100644
--- a/devel/automake/DETAILS
+++ b/devel/automake/DETAILS
@@ -7,7 +7,7 @@
       SOURCE_VFY=sha1:1ae8c15d91b8eb8728c35cf0901a02782830e9de
         WEB_SITE=http://www.gnu.org/software/automake
          ENTERED=20010922
-         UPDATED=20090628
+         UPDATED=20090705
            SHORT="Generate GNU coding standards compliant Makefiles"
 
 cat << EOF


More information about the Lunar-commits mailing list