FS#69368 - [elfutils] profile.d scripts should be in /etc not /usr/etc

Attached to Project: Arch Linux
Opened by tinywrkb (tinywrkb) - Tuesday, 19 January 2021, 16:29 GMT
Last edited by David Runge (dvzrv) - Wednesday, 10 February 2021, 19:45 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

elfutils 0.182-1
It looks like the profile.d folder needs to be relocated to be under /etc not /usr/etc.
This task depends upon

Closed by  David Runge (dvzrv)
Wednesday, 10 February 2021, 19:45 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with elfutils 0.183-2
Comment by tinywrkb (tinywrkb) - Monday, 25 January 2021, 14:52 GMT
Suggested changes:

diff --git a/repos/core-x86_64/PKGBUILD b/repos/core-x86_64/PKGBUILD
index e01ca8af..0ad8aef2 100644
--- a/repos/core-x86_64/PKGBUILD
+++ b/repos/core-x86_64/PKGBUILD
@@ -22,7 +22,7 @@ build() {
cd $pkgbase-$pkgver

CFLAGS+=" -g" # required for test-suite success
- ./configure --prefix=/usr --program-prefix="eu-" --enable-deterministic-archives
+ ./configure --prefix=/usr --sysconfdir=/etc --program-prefix="eu-" --enable-deterministic-archives

make
}

Loading...