[SM-Commit] GIT changes to master grimoire by Arjan Bouter (922287c0e437a087a34e76e7cefdb9f4693677b2)

Arjan Bouter scm at sourcemage.org
Mon Aug 27 09:11:03 EDT 2007


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 mail/squirrelmail-notes/DETAILS |    2 +-
 mail/squirrelmail-notes/HISTORY |    3 +++
 mail/squirrelmail-notes/INSTALL |   16 +---------------
 3 files changed, 5 insertions(+), 16 deletions(-)

New commits:
commit 922287c0e437a087a34e76e7cefdb9f4693677b2
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    squirrelmail-notes: fixed install

diff --git a/mail/squirrelmail-notes/DETAILS b/mail/squirrelmail-notes/DETAILS
index 844a663..703465f 100755
--- a/mail/squirrelmail-notes/DETAILS
+++ b/mail/squirrelmail-notes/DETAILS
@@ -1,7 +1,7 @@
            SPELL=squirrelmail-notes
          VERSION=1.0-1.2.11
           SOURCE=notes.$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/notes-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/notes
    SOURCE_URL[0]=http://www.squirrelmail.org/plugins/$SOURCE
      SOURCE_HASH=sha512:f516e745e8704d3555e4da2010f2ca913cde3a5eed027c32ba041c4611bc46c9ff19e6d74b7f72578aaadddc9c679a3fc85f84b546ea6bfe3468469e7bacedd6
         WEB_SITE=http://www.squirrelmail.org/plugin_view.php?id=79
diff --git a/mail/squirrelmail-notes/HISTORY b/mail/squirrelmail-notes/HISTORY
index 7d98c6c..ff1573e 100644
--- a/mail/squirrelmail-notes/HISTORY
+++ b/mail/squirrelmail-notes/HISTORY
@@ -1,3 +1,6 @@
+2007-08-25 Arjan Bouter <abouter at sourcemage.org>
+	* INSTALL: fixed install location
+
 2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed BUILD_API=2.
 
diff --git a/mail/squirrelmail-notes/INSTALL b/mail/squirrelmail-notes/INSTALL
index f9853c8..ba6907b 100755
--- a/mail/squirrelmail-notes/INSTALL
+++ b/mail/squirrelmail-notes/INSTALL
@@ -1,17 +1,3 @@
-if    spell_ok  apache;   then
-  LOC="/usr/share/httpd/htdocs/squirrelmail/plugins/"
-elif  spell_ok  apache-mod_ssl;  then
-  LOC="/usr/share/httpsd/htdocs/squirrelmail/plugins/"
-elif  spell_ok  apache2;  then
-  LOC="/usr/share/apache2/htdocs/squirrelmail/plugins/"
-fi  &&
-
-if [ "$LOC" == "" ]; then
-  message  "${MESSAGE_COLOR}Unable to find apache or apache2 installed"  \
-           "version...$SPELL cast aborded.${DEFAULT_COLOR}"              &&
-  return 1
-fi  &&
-
 cd  ..                            &&
 chown  -R  nobody.nogroup  notes  &&
-mv  notes  $LOC
+mv  notes  /usr/share/www/squirrelmail/plugins/notes



More information about the SM-Commit mailing list