FS#41319 - [sxiv] PKGBUILD: use DESTDIR
Attached to Project:
Community Packages
Opened by I Said Socks (socks) - Thursday, 24 July 2014, 07:12 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Saturday, 26 July 2014, 10:40 GMT
Opened by I Said Socks (socks) - Thursday, 24 July 2014, 07:12 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Saturday, 26 July 2014, 10:40 GMT
|
Details
If you look at the man page sxiv(1), there is reference to
the $pkgdir
To fix this, change the PKGBUILD like this, - make PREFIX="$pkgdir"/usr install + make DESTDIR="$pkgdir" PREFIX=/usr install |
This task depends upon
Closed by Bartłomiej Piotrowski (Barthalion)
Saturday, 26 July 2014, 10:40 GMT
Reason for closing: Fixed
Additional comments about closing: sxiv-1.2-3
Saturday, 26 July 2014, 10:40 GMT
Reason for closing: Fixed
Additional comments about closing: sxiv-1.2-3
make -C icon PREFIX="/usr" DESTDIR="$pkgdir" install
with that, we also need
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
in the install scriptlet.
EDIT: nope, it's useful in the window/application switcher. e.g. in Gnome Alt-Tab.