summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-terminal
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 20:40:17 -0500
committerJeremy Blosser2006-04-24 20:40:17 -0500
commit23f2e48b7510b3b9876fde1de48c60d539f89da9 (patch)
tree8a8e4159f27ee8f9531bcbf733ce75675b160a7a /gnustep-apps/gnustep-terminal
parentd1ee2d1b7f5f491337e841a038110e7a1a6ed263 (diff)
sync gnustep-apps/gnustep-terminal from test
Diffstat (limited to 'gnustep-apps/gnustep-terminal')
-rwxr-xr-xgnustep-apps/gnustep-terminal/BUILD12
-rwxr-xr-xgnustep-apps/gnustep-terminal/DEPENDS3
-rwxr-xr-xgnustep-apps/gnustep-terminal/DETAILS1
-rw-r--r--gnustep-apps/gnustep-terminal/HISTORY9
-rwxr-xr-xgnustep-apps/gnustep-terminal/INSTALL6
5 files changed, 20 insertions, 11 deletions
diff --git a/gnustep-apps/gnustep-terminal/BUILD b/gnustep-apps/gnustep-terminal/BUILD
index 8d4fc89b39..4d07891ecf 100755
--- a/gnustep-apps/gnustep-terminal/BUILD
+++ b/gnustep-apps/gnustep-terminal/BUILD
@@ -2,13 +2,13 @@ if [ -f /etc/profile.d/GNUstep.sh ];
then
. /etc/profile.d/GNUstep.sh
else
- message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh"
- message "Rebuild gnustep-make${DEFAULT_COLOR}"
- exit 1
+ message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh" &&
+ message "Rebuild gnustep-make${DEFAULT_COLOR}" &&
+ return 1
fi &&
-cd Applications/Terminal
+cd Applications/Terminal &&
-make
+make &&
-cd ../../
+cd ../../ &&
diff --git a/gnustep-apps/gnustep-terminal/DEPENDS b/gnustep-apps/gnustep-terminal/DEPENDS
index 67008e789d..e9ad78b2d2 100755
--- a/gnustep-apps/gnustep-terminal/DEPENDS
+++ b/gnustep-apps/gnustep-terminal/DEPENDS
@@ -1,2 +1 @@
-depends gnustep-gui
-
+depends gnustep-gui
diff --git a/gnustep-apps/gnustep-terminal/DETAILS b/gnustep-apps/gnustep-terminal/DETAILS
index 2b28251184..ea479ef19f 100755
--- a/gnustep-apps/gnustep-terminal/DETAILS
+++ b/gnustep-apps/gnustep-terminal/DETAILS
@@ -15,6 +15,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Terminal-cvs
ENTERED=20050908
UPDATED=20050908
BUILD_API=2
+ KEYWORDS="terminal gnustep"
SHORT="GNUstep terminal app from backbone project."
cat << EOF
diff --git a/gnustep-apps/gnustep-terminal/HISTORY b/gnustep-apps/gnustep-terminal/HISTORY
index 48c794b153..882bcd940f 100644
--- a/gnustep-apps/gnustep-terminal/HISTORY
+++ b/gnustep-apps/gnustep-terminal/HISTORY
@@ -1,3 +1,12 @@
+2006-04-14 Maurizio Boriani <baux@sourcemage.org>
+ * Fix dummy concatenations bugs and others.
+
+2006-04-12 Maurizio Boriani <baux@sourcemage.org>
+ * BUILD: Fix bug#10848.
+
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
2005-12-30 Maurizio Boriani <baux@sourcemage.org>
* PREPARE: New, ask for cvs automatic update.
* DETAILS: Update versions if cvs update is done.
diff --git a/gnustep-apps/gnustep-terminal/INSTALL b/gnustep-apps/gnustep-terminal/INSTALL
index f852dbb270..5bb44283d2 100755
--- a/gnustep-apps/gnustep-terminal/INSTALL
+++ b/gnustep-apps/gnustep-terminal/INSTALL
@@ -1,5 +1,5 @@
export TAR_OPTIONS="--no-same-owner"
-cd Applications/Terminal
-make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install
-cd ../../ \ No newline at end of file
+cd Applications/Terminal &&
+make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install &&
+cd ../../