[Lunar-commits] <moonbase> makeobj: On second thought to differentiate where this module version is at

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun May 15 14:09:41 CEST 2011


commit 40e30ae6feb6b0ec4ba74482362bc8c9a913cf14
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun May 15 08:09:41 2011 -0400

    makeobj: On second thought to differentiate where this module version is at
    
    I think this is the better way.
---
 kde4/base/makeobj/DETAILS |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/kde4/base/makeobj/DETAILS b/kde4/base/makeobj/DETAILS
index b067ab9..fb646a8 100644
--- a/kde4/base/makeobj/DETAILS
+++ b/kde4/base/makeobj/DETAILS
@@ -1,7 +1,7 @@
           MODULE=makeobj
          VERSION=4.6.3
           SOURCE=$MODULE
-      SOURCE_URL=$MIRROR_URL
+      SOURCE_URL=$MIRROR_URL/makeobj-$VERSION
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_VFY=sha1:c97fef9500f752f822bb326e2c4db1916e531ad1
         WEB_SITE=http://www.kde.org
@@ -14,4 +14,8 @@ cat << EOF
 Script around make which basicly checks if it's in srcdir
 or in builddir and changes to the right directory for
 calling /usr/bin/make.
+
+Note: This script originates from the kdesdk tarball. To determine if this module
+needs updating; untar kdesdk and diff this module with kdesdk-$VERSION/srcipts/makeobj.
+If diff, then copy to $MIRROR_URL as makeobj-$VERSION.
 EOF


More information about the Lunar-commits mailing list