mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
ifuse: fix build issue
This commit is contained in:
parent
df2465d0ea
commit
814f5c835e
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ The music database is hashed, and attempting to add files will cause the
|
|||
iPod/iPhone to consider your database unauthorised.
|
||||
It will respond by wiping all media files, requiring a restore through iTunes."
|
||||
|
||||
src_prepare() {
|
||||
./autogen.sh
|
||||
# sed -i -e 's:-Werror -g::' configure || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
readme.gentoo_create_doc
|
||||
Loading…
Reference in a new issue