[tor-commits] [tor-messenger-build/master] Fix cp for	aboutTBUpdateLogo.png
    arlo at torproject.org 
    arlo at torproject.org
       
    Thu Jul 28 23:52:35 UTC 2016
    
    
  
commit 30a311bb5e0d05654d876fd0af252fb17ed508df
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Mon Jul 18 22:11:32 2016 -0400
    Fix cp for aboutTBUpdateLogo.png
---
 projects/instantbird/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/build b/projects/instantbird/build
index 5039dcb..29f6124 100644
--- a/projects/instantbird/build
+++ b/projects/instantbird/build
@@ -89,7 +89,7 @@ then
     done
 fi
 
-cp ../$rootdir/aboutTBUpdateLogo.png browser/base/content/abouttbupdate/
+cp $rootdir/aboutTBUpdateLogo.png browser/base/content/abouttbupdate/
 
 if ls -1 $rootdir/*.nsspatch > /dev/null 2>&1
 then
    
    
More information about the tor-commits
mailing list