summaryrefslogtreecommitdiffstats
path: root/textw/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-02-17 20:45:04 +0000
committerErik Troan <ewt@redhat.com>2000-02-17 20:45:04 +0000
commitd532af8f7cf767f9c6ff20fc00f94dca649fcd72 (patch)
tree724c49fc7aa27d7b59d6d4faf9b4e7f05bad893b /textw/Makefile
parentf48efb3751c4d4c431bf0995217a15852d23fac9 (diff)
downloadanaconda-d532af8f7cf767f9c6ff20fc00f94dca649fcd72.tar.gz
anaconda-d532af8f7cf767f9c6ff20fc00f94dca649fcd72.tar.xz
anaconda-d532af8f7cf767f9c6ff20fc00f94dca649fcd72.zip
changed cp's to install's to break hard links
Diffstat (limited to 'textw/Makefile')
-rw-r--r--textw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/Makefile b/textw/Makefile
index 7c8e62483..a61aaa3f7 100644
--- a/textw/Makefile
+++ b/textw/Makefile
@@ -5,7 +5,7 @@ all:
install:
mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)/textw
- cp -a *.py $(DESTDIR)/$(PYTHONLIBDIR)/textw
+ install *.py $(DESTDIR)/$(PYTHONLIBDIR)/textw
../py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR)/textw $(DESTDIR)/$(PYTHONLIBDIR)/textw/*.py
clean: