summaryrefslogtreecommitdiffstats
path: root/gnustep-libs
diff options
context:
space:
mode:
authorBor Kraljič2010-06-15 08:41:01 +0200
committerBor Kraljič2010-06-15 08:41:01 +0200
commit5547861b45c4f108146e618e84461976cae9f302 (patch)
tree4cb1bf2ce7501d89ad7c521f572dd8d0ccbb449c /gnustep-libs
parentbba0a33ab535ea50cd5c964ee557687a4a1b38a2 (diff)
gnustep-make: added SOURCE2_IGNORE for signature
Diffstat (limited to 'gnustep-libs')
-rwxr-xr-xgnustep-libs/gnustep-make/DETAILS1
-rw-r--r--gnustep-libs/gnustep-make/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/gnustep-libs/gnustep-make/DETAILS b/gnustep-libs/gnustep-make/DETAILS
index bf33d485dc..e7d1d47e34 100755
--- a/gnustep-libs/gnustep-make/DETAILS
+++ b/gnustep-libs/gnustep-make/DETAILS
@@ -2,6 +2,7 @@
VERSION=2.0.8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-$VERSION.tar.gz.sig
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/core/$SOURCE
SOURCE2_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/core/$SOURCE2
diff --git a/gnustep-libs/gnustep-make/HISTORY b/gnustep-libs/gnustep-make/HISTORY
index 9068a0d249..923ae26234 100644
--- a/gnustep-libs/gnustep-make/HISTORY
+++ b/gnustep-libs/gnustep-make/HISTORY
@@ -1,3 +1,6 @@
+2010-06-15 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: added SOURCE2_IGNORE for signature
+
2009-07-25 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* UP_TRIGGERS: added missing parameter #15317