3d7825dbea
Drop maintainership.
13 lines
679 B
Plaintext
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}/"
|
|
|