cd46003b19
breakage spotted by naddy@
13 lines
679 B
Plaintext
13 lines
679 B
Plaintext
$OpenBSD: patch-install_sh,v 1.3 2010/03/23 21:48:41 ajacoutot Exp $
|
|
--- install.sh.orig Fri Mar 19 00:42:12 2010
|
|
+++ install.sh Tue Mar 23 22:40:42 2010
|
|
@@ -56,7 +56,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}/"
|
|
|