41ef9b5994
* sort themes case-insensitively, select newly installed theme by default, portability/compile/warning fixes, let sound-capplet restore gmix mixer levels at startup, fix crash in theme-switcher on Solaris, crash in theme-switcher on all platforms, don't truncate Debian name in the splash screen. Ok naddy@, with additional testing by fries@.
12 lines
452 B
Plaintext
12 lines
452 B
Plaintext
$OpenBSD: patch-omf-install_Makefile_in,v 1.2 2002/02/15 19:17:54 nino Exp $
|
|
--- omf-install/Makefile.in.orig Sun Feb 3 00:12:35 2002
|
|
+++ omf-install/Makefile.in Tue Feb 5 23:27:49 2002
|
|
@@ -274,7 +274,6 @@ install-data-local:
|
|
-for file in $(srcdir)/*.omf; do \
|
|
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
|
|
done
|
|
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
|
|
|
|
uninstall-local:
|
|
-for file in $(srcdir)/*.omf; do \
|