It compiles, let's ship it... seriously, several things are not behaving correctly right now, but as agreed with jasper@ let's import it and work on it in tree.
17 lines
629 B
Plaintext
17 lines
629 B
Plaintext
$OpenBSD: patch-applets_clock_Makefile_in,v 1.3 2009/10/11 21:26:03 ajacoutot Exp $
|
|
|
|
Because we don't have PolicyKit-GNOME there's no point in
|
|
installing the directory for it.
|
|
|
|
--- applets/clock/Makefile.in.orig Mon Sep 21 18:36:46 2009
|
|
+++ applets/clock/Makefile.in Sun Oct 11 19:57:53 2009
|
|
@@ -1543,7 +1543,7 @@ info-am:
|
|
|
|
install-data-am: install-clock_appletlibLTLIBRARIES install-data-local \
|
|
install-dbus_confDATA install-dbus_servicesDATA \
|
|
- install-polkitDATA install-schemasDATA install-serverDATA \
|
|
+ install-schemasDATA install-serverDATA \
|
|
install-uiDATA install-xmluiDATA
|
|
|
|
install-dvi: install-dvi-recursive
|