all repos — openbox @ 1cbd7960fb7eba621f439ece463d82f7ee179f68

openbox fork - make it a bit more like ryudo

don't install the old themeupdate.py file
Dana Jansens danakj@orodu.net
commit

1cbd7960fb7eba621f439ece463d82f7ee179f68

parent

c18edc32aa7d5ce50655918b9969859bab21f94d

1 files changed, 1 insertions(+), 7 deletions(-)

jump to
M Makefile.amMakefile.am

@@ -9,7 +9,6 @@ pkgconfigdir = $(libdir)/pkgconfig

pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox pixmapdir = $(datadir)/pixmaps xsddir = $(datadir)/openbox -userscriptdir = $(datadir)/openbox theme = bear2

@@ -355,16 +354,11 @@ @rm -f $@

@mkdir data 2>/dev/null || true @$(edit) $(srcdir)/data/menu.xml.in >$@ -dist_userscript_DATA = \ - tools/themeupdate/themeupdate.py - -install-data-hook: - chmod +x $(DESTDIR)$(userscriptdir)/themeupdate.py - dist_desktopfiles_DATA = \ data/openbox.desktop dist_noinst_DATA = \ + tools/themeupdate/themeupdate.py \ version.h.in \ data/rc.xml.in \ data/menu.xml.in \