1
0
forked from ports/opt

apulse: fix for revdep version 2 do not write outside of oops...

This commit is contained in:
Danny Rawlins 2020-05-13 22:58:56 +10:00
parent 7979aeaf85
commit f3235521cd
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/revdep.d/
-rw-r--r-- root/root etc/revdep.d/apulse
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/R9zQnLjhuQW+/oBUrnFp1VfZvjYyShMjz8y98GiDjJetKLU868V//jqNG6UbbPt7BPxO3yrZyqwYmIwE1EAOAc=
SHA256 (Pkgfile) = 54f65fee9c37921a6285debf13b6aec7bbbff5d52e5057d1ee34b2e0060b1481
SHA256 (.footprint) = 0bc495a8edcbb52eaadb9710a115a4b948d3989db9149423f2dbd69b171da480
RWSE3ohX2g5d/ZcM9rrSGFozceK2Gq4HaeTc9pZLK0CjJz5AJeuxR1dzXVh1Dv0eUOiq1S6HFcuCOyIfQw/UjSn9W1rPEY/vDAc=
SHA256 (Pkgfile) = b069da5c3be4f1f9224a561ebf3ae441dc430005af9fa24bad96a258851d8401
SHA256 (.footprint) = 88a7a19b9a3fc9068b102b09e3f228e5a02651302be28e1fcb7a4ae4b46b430b
SHA256 (apulse-v0.1.13.tar.gz) = 9234ec4e10e408b9c01d5f4ea768ad1fc15494217c932db2c435202a9c7b5efd

View File

@ -17,5 +17,5 @@ build() {
DESTDIR=$PKG cmake --build build --target install
install -d $PKG/etc/revdep.d
echo '/usr/lib/apulse' > /etc/revdep.d/apulse
echo '/usr/lib/apulse' > $PKG/etc/revdep.d/apulse
}