diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-18 18:44:55 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-18 18:44:55 +0000 |
commit | 0dd36f7e2651823e4b09581c9bcb356d1f872cb4 (patch) | |
tree | 825cea03edc740df82293ecb0f7713c959c84b03 /po/Makefile | |
parent | 91531c3a1f11fd31c594e451175a56f12273bdee (diff) | |
download | anaconda-0dd36f7e2651823e4b09581c9bcb356d1f872cb4.tar.gz anaconda-0dd36f7e2651823e4b09581c9bcb356d1f872cb4.tar.xz anaconda-0dd36f7e2651823e4b09581c9bcb356d1f872cb4.zip |
makefile change
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile index bc476ffba..8b5b59c52 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,8 +1,8 @@ INSTALL= /usr/bin/install -c INSTALL_PROGRAM= ${INSTALL} INSTALL_DATA= ${INSTALL} -m 644 -PREFIX=$(TOPDIR) -INSTALLNLSDIR=RedHat/instimage/usr/share/locale +PREFIX=$(DESTDIR)/ +INSTALLNLSDIR=usr/share/locale MSGMERGE = msgmerge |