--- themes/Makefile.in.orig	Mon Oct 26 19:16:43 1998
+++ themes/Makefile.in	Mon Oct 26 19:18:55 1998
@@ -196,17 +196,17 @@
 	-@for i in $(THEMES) ; do \
 	  $(SED) -e 's%@''PREFIX''@%${prefix}%g' $$i/MAIN.in > $$i/MAIN ; \
 	done
-	$(mkinstalldirs) $(pkglibdir)/themes
+	$(mkinstalldirs) $(pkgdatadir)/themes
 	-@for i in $(THEMES) ; do \
-	  if test ! -d $(pkglibdir)/themes/$$i ; then \
-	    echo "Installing $$i theme in $(pkglibdir)/themes" ; \
-	    $(mkinstalldirs) $(pkglibdir)/themes/$$i ; \
-	    $(CP) $$i/???* $(pkglibdir)/themes/$$i ; \
-	    $(CHMOD) 755 $(pkglibdir)/themes/$$i ; \
-	    $(CHMOD) 644 $(pkglibdir)/themes/$$i/???* ; \
-	    rm -f $(pkglibdir)/themes/$$i/MAIN.in ; \
+	  if test ! -d $(pkgdatadir)/themes/$$i ; then \
+	    echo "Installing $$i theme in $(pkgdatadir)/themes" ; \
+	    $(mkinstalldirs) $(pkgdatadir)/themes/$$i ; \
+	    $(CP) $$i/???* $(pkgdatadir)/themes/$$i ; \
+	    $(CHMOD) 755 $(pkgdatadir)/themes/$$i ; \
+	    $(CHMOD) 644 $(pkgdatadir)/themes/$$i/???* ; \
+	    rm -f $(pkgdatadir)/themes/$$i/MAIN.in ; \
 	  else \
-	    echo "ALERT!  Not overwriting theme $$i in $(pkglibdir)/themes.  You will need to update this theme manually." ; \
+	    echo "ALERT!  Not overwriting theme $$i in $(pkgdatadir)/themes.  You will need to update this theme manually." ; \
 	  fi ; \
 	done
 	@if test ! -f $(HOME)/.active.tags ; then $(CP) active.tags $(HOME)/.active.tags ; \
