Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 570850 Details for
Bug 667400
app-backup/btrbk-0.26.1 - One or more compressed files were found in docompress-ed directories
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable compression on make targets
btrbk_disable_compression.patch (text/plain), 684 bytes, created by
Axel Burri
on 2019-03-26 16:04:18 UTC
(
hide
)
Description:
Disable compression on make targets
Filename:
MIME Type:
Creator:
Axel Burri
Created:
2019-03-26 16:04:18 UTC
Size:
684 bytes
patch
obsolete
>--- a/app-backup/btrbk/btrbk-9999.ebuild >+++ b/app-backup/btrbk/btrbk-9999.ebuild >@@ -29,12 +29,17 @@ > >=sys-fs/btrfs-progs-3.18.2" > > src_compile() { >- use doc && emake -C doc >+ use doc && emake -C doc COMPRESS=no > } > src_install() { > local targets="install-bin install-etc install-share install-systemd" > use doc && targets="${targets} install-man install-doc" >- emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" SYSTEMDDIR="$(systemd_get_systemunitdir)" ${targets} >+ emake \ >+ DESTDIR="${D}" \ >+ DOCDIR="/usr/share/doc/${PF}" \ >+ SYSTEMDDIR="$(systemd_get_systemunitdir)" \ >+ COMPRESS=no \ >+ install > } > pkg_preinst() { > if has_version "<${CATEGORY}/${PN}-0.26.0" ; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 667400
:
548488
|
548490
| 570850