pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xpad Make sure the directories exists before tryin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1decfd311518
branches:  trunk
changeset: 476563:1decfd311518
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Jun 14 15:22:41 2004 +0000

description:
Make sure the directories exists before trying to install in them.

diffstat:

 x11/xpad/distinfo         |   3 ++-
 x11/xpad/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 55d19946d2c1 -r 1decfd311518 x11/xpad/distinfo
--- a/x11/xpad/distinfo Mon Jun 14 11:47:36 2004 +0000
+++ b/x11/xpad/distinfo Mon Jun 14 15:22:41 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/10/03 09:35:38 xtraeme Exp $
+$NetBSD: distinfo,v 1.4 2004/06/14 15:22:41 kristerw Exp $
 
 SHA1 (xpad-1.12.tar.bz2) = 39785fb183d61039383204352ba03c4ca4cb392d
 Size (xpad-1.12.tar.bz2) = 238411 bytes
+SHA1 (patch-aa) = fc1afe577f64fbfeedb501f4dd87e59228473aff
diff -r 55d19946d2c1 -r 1decfd311518 x11/xpad/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xpad/patches/patch-aa Mon Jun 14 15:22:41 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2004/06/14 15:22:41 kristerw Exp $
+
+--- images/Makefile.in.orig    Wed Oct  1 21:09:15 2003
++++ images/Makefile.in Mon Jun 14 17:17:36 2004
+@@ -196,6 +196,7 @@
+ install-nobase_iconDATA: $(nobase_icon_DATA)
+       @$(NORMAL_INSTALL)
+       $(mkinstalldirs) $(DESTDIR)$(icondir)
++      $(mkinstalldirs) $(DESTDIR)$(icondir)/hicolor/16x16/apps $(DESTDIR)$(icondir)/hicolor/22x22/apps $(DESTDIR)$(icondir)/hicolor/32x32/apps $(DESTDIR)$(icondir)/hicolor/48x48/apps 
$(DESTDIR)$(icondir)/hicolor/64x64/apps $(DESTDIR)$(icondir)/hicolor/96x96/apps $(DESTDIR)$(icondir)/hicolor/128x128/apps $(DESTDIR)$(icondir)/hicolor/scalable/apps
+       @list='$(nobase_icon_DATA)'; for p in $$list; do \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         f="$$p"; \



Home | Main Index | Thread Index | Old Index