diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-02 20:40:58 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-02 20:40:58 +0000 |
commit | a1a4273893ad8b13c8a42be4f91fc2e32fcade0f (patch) | |
tree | 905bab16ea51666462565c96cb15695b427963c7 /po/Makefile | |
parent | e3cfad4a0541f8bb1e0c1c5f47f34687e326bb50 (diff) | |
download | anaconda-a1a4273893ad8b13c8a42be4f91fc2e32fcade0f.tar.gz anaconda-a1a4273893ad8b13c8a42be4f91fc2e32fcade0f.tar.xz anaconda-a1a4273893ad8b13c8a42be4f91fc2e32fcade0f.zip |
really really fix
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index d256a1a7f..bc476ffba 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,7 +1,8 @@ INSTALL= /usr/bin/install -c INSTALL_PROGRAM= ${INSTALL} INSTALL_DATA= ${INSTALL} -m 644 -INSTALLNLSDIR=$(TOPDIR)/RedHat/instimage/usr/share/locale +PREFIX=$(TOPDIR) +INSTALLNLSDIR=RedHat/instimage/usr/share/locale MSGMERGE = msgmerge |