From 7979aeaf85f429af0948da0f33228ca13254f56b Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Wed, 13 May 2020 22:48:46 +1000 Subject: [PATCH] apulse: fix for revdep --- apulse/.footprint | 2 ++ apulse/.signature | 6 +++--- apulse/Pkgfile | 3 +++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/apulse/.footprint b/apulse/.footprint index a77c821ee..09bcb089a 100644 --- a/apulse/.footprint +++ b/apulse/.footprint @@ -1,3 +1,5 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/revdep.d/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/apulse diff --git a/apulse/.signature b/apulse/.signature index 53c19d0da..44c863d10 100644 --- a/apulse/.signature +++ b/apulse/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/bSdjTFIWe/YW7UywCDnOcrR9e/1Zc+qgUyadRzmpjo+vfSsUp0IIhpQRExy1P8Ihwm1yhMPfNEekKlo7ZYvSwg= -SHA256 (Pkgfile) = 1ec56448a07910b887bece1671e828096f0f553dadb928f0995f7a8453e2a5e4 -SHA256 (.footprint) = f193ab1ccc514e0e0b47782a2dbb1d0873850a570a7d92cf67740af9658de005 +RWSE3ohX2g5d/R9zQnLjhuQW+/oBUrnFp1VfZvjYyShMjz8y98GiDjJetKLU868V//jqNG6UbbPt7BPxO3yrZyqwYmIwE1EAOAc= +SHA256 (Pkgfile) = 54f65fee9c37921a6285debf13b6aec7bbbff5d52e5057d1ee34b2e0060b1481 +SHA256 (.footprint) = 0bc495a8edcbb52eaadb9710a115a4b948d3989db9149423f2dbd69b171da480 SHA256 (apulse-v0.1.13.tar.gz) = 9234ec4e10e408b9c01d5f4ea768ad1fc15494217c932db2c435202a9c7b5efd diff --git a/apulse/Pkgfile b/apulse/Pkgfile index 43a97eb93..df46179dc 100644 --- a/apulse/Pkgfile +++ b/apulse/Pkgfile @@ -15,4 +15,7 @@ build() { cmake --build build DESTDIR=$PKG cmake --build build --target install + + install -d $PKG/etc/revdep.d + echo '/usr/lib/apulse' > /etc/revdep.d/apulse }