apulse: fix for revdep

This commit is contained in:
Danny Rawlins 2020-05-13 22:48:46 +10:00
parent 2ebdcde219
commit 7979aeaf85
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}