From 4aa2ee4f7519ec4141a381f5276c9c77012c6ea7 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:39:50 +0000 Subject: [PATCH] lilypond-0.0.52 --- tex/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tex/Makefile b/tex/Makefile index adcbcdd157..2c16ef242b 100644 --- a/tex/Makefile +++ b/tex/Makefile @@ -15,9 +15,9 @@ DISTFILES = Makefile $(TEXFILES) # localinstall: - $(INSTALL) -d $(TEXPREFIX)/lilypond - $(INSTALL) -m 755 $(TEXFILES) $(TEXPREFIX)/lilypond/ + $(INSTALL) -d $(TEXDIR)/lilypond + $(INSTALL) -m 755 $(TEXFILES) $(TEXDIR)/lilypond/ localuninstall: - for i in $(TEXFILES) ; do rm -f $(TEXPREFIX)/lilypond/$$i; done - -rmdir $(TEXPREFIX)/lilypond/ + for i in $(TEXFILES) ; do rm -f $(TEXDIR)/lilypond/$$i; done + -rmdir $(TEXDIR)/lilypond/ -- 2.39.5