summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-02-03 21:30:30 +0000
committerMike Fulbright <msf@redhat.com>2000-02-03 21:30:30 +0000
commit9b80429cbc79c958554bd351f3401255e206b7ac (patch)
treec9e0066d1ddf70d28378ea7e579231277f7305f5 /Makefile
parentcc69c5c4055f22df448cdcf863b05240e09b335e (diff)
downloadanaconda-9b80429cbc79c958554bd351f3401255e206b7ac.tar.gz
anaconda-9b80429cbc79c958554bd351f3401255e206b7ac.tar.xz
anaconda-9b80429cbc79c958554bd351f3401255e206b7ac.zip
install lang-table in reconfig mode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df688d7bb..0297bd2fe 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ install-reconfig: all
cp -a reconfig.init $(RECFGDESTDIR)/etc/rc.d/init.d/reconfig
cp -a anaconda $(RECFGDESTDIR)/usr/sbin/anaconda
cp -var $(PYFILES) $(RECFGDESTDIR)/$(PYTHONLIBDIR)
- cp -a lang-table $(DESTDIR)/$(PYTHONLIBDIR)
+ cp -a lang-table $(RECFGDESTDIR)/$(PYTHONLIBDIR)
./py-compile --basedir $(RECFGDESTDIR)/$(PYTHONLIBDIR) $(PYFILES)
cp -a *.so $(RECFGDESTDIR)/$(PYTHONLIBDIR)
cp -a kudzu/kudzumodule.so $(RECFGDESTDIR)/$(PYTHONLIBDIR)