summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-02 22:45:15 +0000
committerMatt Wilson <msw@redhat.com>2000-02-02 22:45:15 +0000
commit8812747ee0f26dcc8638759fb3c97e0a0029e6a6 (patch)
tree466b4eacd611001af24ce369e915cab1eff8d23a /Makefile
parent68b0a3a5ce8ef31f7599817e525256098708670e (diff)
downloadanaconda-8812747ee0f26dcc8638759fb3c97e0a0029e6a6.tar.gz
anaconda-8812747ee0f26dcc8638759fb3c97e0a0029e6a6.tar.xz
anaconda-8812747ee0f26dcc8638759fb3c97e0a0029e6a6.zip
use lang-table
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aba6d0b25..8be6fc32c 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,7 @@ install: all
mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)
cp -a anaconda $(DESTDIR)/usr/bin
cp -var $(PYFILES) $(DESTDIR)/$(PYTHONLIBDIR)
+ cp -a lang-table $(DESTDIR)/$(PYTHONLIBDIR)
./py-compile --basedir $(DESTDIR)/$(PYHTONLIBDIR) $(PYFILES)
cp -a *.so $(DESTDIR)/$(PYTHONLIBDIR)
for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; done