Ticket #379: bzr-2.2b4.patch
| File bzr-2.2b4.patch, 671 bytes (added by michaelvoliveira, 5 years ago) |
|---|
-
setup.py
diff -Naur bzr-2.2b4/setup.py bzr-2.2b4-haiku/setup.py
old new 719 719 # that's going to align with the hardcoded paths in apport. 720 720 if os.geteuid() == 0: 721 721 DATA_FILES += [ 722 ('/ usr/share/apport/package-hooks',722 ('/boot/common/share/apport/package-hooks', 723 723 ['apport/source_bzr.py']), 724 ('/ etc/apport/crashdb.conf.d/',724 ('/boot/common/etc/apport/crashdb.conf.d/', 725 725 ['apport/bzr-crashdb.conf']),] 726 726 727 727 # std setup
