openbsd-ports/multimedia/devede/patches/patch-install_sh
ajacoutot 3d7825dbea Update to devede-3.16.9.
Drop maintainership.
2011-06-20 13:24:28 +00:00

13 lines
679 B
Plaintext

$OpenBSD: patch-install_sh,v 1.4 2011/06/20 13:24:28 ajacoutot Exp $
--- install.sh.orig Sat Jul 3 00:29:29 2010
+++ install.sh Mon Jun 20 15:18:56 2011
@@ -57,7 +57,7 @@ install_others() # arg1=bindir, arg2=datadir, arg3=pkg
install -m 755 -d "${DESTDIR}${4}/backgrounds"
install -m 644 "${scriptdir}/interface"/* "${DESTDIR}${4}/"
install -m 644 "${scriptdir}/devedesans.ttf" "${DESTDIR}${4}/"
- install -m 644 "${scriptdir}/pixmaps"/* "${DESTDIR}${4}/"
+ install -m 644 "${scriptdir}/pixmaps"/*.* "${DESTDIR}${4}/"
install -m 644 "${scriptdir}/pixmaps/backgrounds"/* "${DESTDIR}${4}/backgrounds/"
install -m 644 "${scriptdir}/devede.svg" "${DESTDIR}${4}/"