changed NLSDIR to RPMNLSDIR
authorewt <devnull@localhost>
Fri, 24 Jan 1997 22:50:01 +0000 (22:50 +0000)
committerewt <devnull@localhost>
Fri, 24 Jan 1997 22:50:01 +0000 (22:50 +0000)
CVS patchset: 1365
CVS date: 1997/01/24 22:50:01

po/Makefile.in

index d6d6a5d..6361f64 100644 (file)
@@ -31,12 +31,11 @@ distclean: clean
 depend:
 
 install:
-       $(INSTALL) -m 755 -o 0 -g 0 -d $(installprefix)/$(NLSDIR)
        for n in $(CATALOGS); do \
            l=`basename $$n .mo`; \
-           $(INSTALL) -m 755 -o 0 -g 0 -d $(installprefix)/$(NLSDIR)/$$l; \
-           $(INSTALL) -m 755 -o 0 -g 0 -d $(installprefix)/$(NLSDIR)/$$l/LC_MESSAGES; \
-           $(INSTALL) -m 644 -o 0 -g 0 $$n $(installprefix)/$(NLSDIR)/$$l/LC_MESSAGES/rpm.mo; \
+           $(INSTALL) -m 755 -o 0 -g 0 -d $(installprefix)/$(RPMNLSDIR)/$$l; \
+           $(INSTALL) -m 755 -o 0 -g 0 -d $(installprefix)/$(RPMNLSDIR)/$$l/LC_MESSAGES; \
+           $(INSTALL) -m 644 -o 0 -g 0 $$n $(installprefix)/$(RPMNLSDIR)/$$l/LC_MESSAGES/rpm.mo; \
        done
 
 %.mo: %.po