Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682422 - sys-fs/udev-init-scripts installs files outside of Prefix
Summary: sys-fs/udev-init-scripts installs files outside of Prefix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-03 15:56 UTC by James R Larrowe
Modified: 2019-08-31 00:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild-patch.diff (file_682422.txt,1.13 KB, text/plain)
2019-08-30 23:33 UTC, Jan Breig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James R Larrowe 2019-04-03 15:56:37 UTC
sys-fs/udev-init-scripts installs files outside of Prefix:

 * QA Notice: the following files are outside of the prefix:
 * /etc
 * /etc/init.d
 * /etc/init.d/udev-settle
 * /etc/init.d/udev-trigger
 * /etc/init.d/udev
 * /etc/conf.d
 * /etc/conf.d/udev-settle
 * /etc/conf.d/udev-trigger
 * /etc/conf.d/udev
Comment 1 Jan Breig 2019-08-30 23:33:28 UTC
Created attachment 588564 [details]
ebuild-patch.diff

I can confirm the issue with prefix on Android.
The attached patch for the ebuild adds the required variables for prefix.
Comment 2 Larry the Git Cow gentoo-dev 2019-08-31 00:20:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1ea876a19c8474bedd2a63e68508f74cebdafb

commit 0c1ea876a19c8474bedd2a63e68508f74cebdafb
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2019-08-31 00:18:42 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2019-08-31 00:18:42 +0000

    sys-fs/udev-init-scripts: fix install on prefix
    
    Closes: https://bugs.gentoo.org/682422
    Package-Manager: Portage-2.3.73_p4, Repoman-2.3.17_p24
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-fs/udev-init-scripts/udev-init-scripts-33.ebuild   | 13 +++++++++----
 sys-fs/udev-init-scripts/udev-init-scripts-9999.ebuild | 13 +++++++++----
 2 files changed, 18 insertions(+), 8 deletions(-)