openbsd-ports/multimedia/devede/patches/patch-install_sh
2011-12-09 07:25:58 +00:00

13 lines
684 B
Plaintext

$OpenBSD: patch-install_sh,v 1.6 2011/12/09 07:25:58 ajacoutot Exp $
--- install.sh.orig Thu Dec 8 17:06:44 2011
+++ install.sh Fri Dec 9 07:56:42 2011
@@ -58,7 +58,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}/" 2>/dev/null
+ install -m 644 "${scriptdir}/pixmaps"/*.* "${DESTDIR}${4}/"
install -m 644 "${scriptdir}/pixmaps/backgrounds"/* "${DESTDIR}${4}/backgrounds/"
install -m 644 "${scriptdir}/devede.svg" "${DESTDIR}${4}/"