diff options
Diffstat (limited to 'x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild')
-rw-r--r-- | x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild index 924760fc9099..77f7239752b9 100644 --- a/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild +++ b/x11-apps/radeon-profile-daemon/radeon-profile-daemon-99999999.ebuild @@ -28,7 +28,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${P}/${PN}" PATCHES=( - "${FILESDIR}/${P}-secure_socket.patch" + "${FILESDIR}/${PN}-20190603-secure_socket.patch" ) src_prepare() { @@ -51,7 +51,7 @@ src_configure() { src_install() { emake INSTALL_ROOT="${D}" install - newinitd "${FILESDIR}"/${PN}.initd ${PN} + newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN} } pkg_postinst() { |