summaryrefslogtreecommitdiff
path: root/sysutils/policykit/files/patch-data_Makefile.in
blob: f32ab19c09836d416b3056e6d6e28a73740ee86b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- data/Makefile.in.orig	2008-01-07 23:51:57.000000000 -0500
+++ data/Makefile.in	2008-01-07 23:52:15.000000000 -0500
@@ -305,14 +305,14 @@ mostlyclean-libtool:
 clean-libtool:
 	-rm -rf .libs _libs
 install-confDATA: $(conf_DATA)
-	@$(NORMAL_INSTALL)
-	test -z "$(confdir)" || $(MKDIR_P) "$(DESTDIR)$(confdir)"
-	@list='$(conf_DATA)'; for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  f=$(am__strip_dir) \
-	  echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \
-	  $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \
-	done
+#	@$(NORMAL_INSTALL)
+#	test -z "$(confdir)" || $(MKDIR_P) "$(DESTDIR)$(confdir)"
+#	@list='$(conf_DATA)'; for p in $$list; do \
+#	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+#	  f=$(am__strip_dir) \
+#	  echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \
+#	  $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \
+#	done
 
 uninstall-confDATA:
 	@$(NORMAL_UNINSTALL)