apulse-32: fix for revdep

This commit is contained in:
Danny Rawlins 2020-05-13 23:00:06 +10:00
parent 1193c1dfcd
commit beb956db5d
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +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-32
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/apulse-32

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXRCbdIkEZUBzkpB6ZtuZSaqm1TYbIJ5tKODQxzANcyiw5tab+2H3fJOWUvo2lUuA5u3q2DI+VdpZFDUz0fmYIAc=
SHA256 (Pkgfile) = b7cb284fc1e296f73558d0e22e6eb4087002707e2192cf99785571de1a8cf53e
SHA256 (.footprint) = def64e348dd6672d4c02c36052ba525782a0f7fb58c63ee8da287e07b3e7f4a5
RWSwxGo/zH7eXWDXgCuAhX/5izf1ko0TttuA7PLeB5HBaSeT6zBFwH18UQhYW8PyRHpHtE+7j6LSzslsnSBMcloD7Q98Yz0oFw8=
SHA256 (Pkgfile) = a386000fc325260a82f7d7d5a4b8aadbac16b674dc9dc7eb2ca85e8885c65bec
SHA256 (.footprint) = 2e5981f817dbd155e9104731e8f766e5eda60317d184536073d80df199bfe2bf
SHA256 (apulse-v0.1.13.tar.gz) = 9234ec4e10e408b9c01d5f4ea768ad1fc15494217c932db2c435202a9c7b5efd

View File

@ -18,6 +18,9 @@ build() {
cmake --build build
DESTDIR=$PKG cmake --build build --target install
install -d $PKG/etc/revdep.d
echo '/usr/lib32/apulse' > $PKG/etc/revdep.d/apulse-32
mv $PKG/usr/bin/apulse $PKG/usr/bin/apulse-32
rm -r $PKG/usr/share/man