HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #379

Ticket #379: bzr-2.2b4.patch

File bzr-2.2b4.patch, 671 bytes (added by michaelvoliveira, 5 years ago)

Patch to install in the right directory

  • setup.py

    diff -Naur bzr-2.2b4/setup.py bzr-2.2b4-haiku/setup.py
    old new  
    719719        # that's going to align with the hardcoded paths in apport. 
    720720        if os.geteuid() == 0: 
    721721            DATA_FILES += [ 
    722                 ('/usr/share/apport/package-hooks', 
     722                ('/boot/common/share/apport/package-hooks', 
    723723                    ['apport/source_bzr.py']), 
    724                 ('/etc/apport/crashdb.conf.d/', 
     724                ('/boot/common/etc/apport/crashdb.conf.d/', 
    725725                    ['apport/bzr-crashdb.conf']),] 
    726726 
    727727    # std setup 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/