[Lunar-commits] <moonbase> dropbox: dropboxd is in /usr/bin/

Paul Bredbury brebs at lunar-linux.org
Wed Feb 16 18:29:27 CET 2011


commit 01ab3efd690008abd0de40d49916401f90a108f4
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Thu Feb 17 00:29:27 2011 +0700

    dropbox: dropboxd is in /usr/bin/
    
    Thanks to Christian Krause for idea.
---
 zbeta/dropbox/BUILD   |    4 +++-
 zbeta/dropbox/DETAILS |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/zbeta/dropbox/BUILD b/zbeta/dropbox/BUILD
index ccfc94b..f7a3fdf 100644
--- a/zbeta/dropbox/BUILD
+++ b/zbeta/dropbox/BUILD
@@ -9,7 +9,9 @@
   ln -sfn /opt/dropbox/dropboxd /usr/bin/dropboxd  &&
 
   if in_depends dropbox Python ; then
-    install -m 755 $SOURCE_CACHE/$SOURCE2 /usr/bin/dropbox
+    cp -f $SOURCE_CACHE/$SOURCE2 dropbox  &&
+    sedit "s:~/.dropbox-dist/dropboxd:/usr/bin/dropboxd:" dropbox  &&
+    install -m 755 dropbox /usr/bin/
   fi
 
 ) > $C_FIFO 2>&1
diff --git a/zbeta/dropbox/DETAILS b/zbeta/dropbox/DETAILS
index fc90319..d33d36f 100644
--- a/zbeta/dropbox/DETAILS
+++ b/zbeta/dropbox/DETAILS
@@ -9,7 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/.dropbox-dist
      SOURCE2_VFY=sha1:183263fe474dffb0098ddc6925a7aea068f44b7e
         WEB_SITE=http://www.dropbox.com/
          ENTERED=20110109
-         UPDATED=20110214
+         UPDATED=20110215
            SHORT="Secure backup, sync and sharing made easy"
 
 cat << EOF


More information about the Lunar-commits mailing list