96b8d1ddb0
rename direntries so that they get added. regen patches.
12 lines
520 B
Plaintext
12 lines
520 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2004/07/22 05:50:07 espie Exp $
|
|
--- Makefile.in.orig Tue Nov 4 09:47:18 2003
|
|
+++ Makefile.in Thu Jul 22 07:19:47 2004
|
|
@@ -195,6 +195,7 @@ install-pkgdataDATA: $(pkgdata_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
|
|
@list='$(pkgdata_DATA)'; for p in $$list; do \
|
|
+ p=`basename $$p`; \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
|
echo " $(pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
|