#2176: Branding of TBB
--------------------------------------+-------------------------------------
 Reporter:  ioerror                   |          Owner:  erinn
     Type:  enhancement               |         Status:  new  
 Priority:  normal                    |      Milestone:       
Component:  Tor bundles/installation  |        Version:       
 Keywords:  Bounty                    |         Parent:       
   Points:                            |   Actualpoints:       
--------------------------------------+-------------------------------------

Comment(by ioerror):

 I found that I needed to manually unpack the rest of the source - this is
 probably a good makefile target to add:
 {{{
 cd $SRC_DIR
 for file in `ls -1|grep .bz2`; do tar -xvzf $file; done
 for file in `ls -1|grep .bz2`; do tar -xvjf $file; done
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2176#comment:19>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to