diff options
author | Erik Troan <ewt@redhat.com> | 2000-02-17 20:45:04 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-02-17 20:45:04 +0000 |
commit | d532af8f7cf767f9c6ff20fc00f94dca649fcd72 (patch) | |
tree | 724c49fc7aa27d7b59d6d4faf9b4e7f05bad893b /textw/Makefile | |
parent | f48efb3751c4d4c431bf0995217a15852d23fac9 (diff) | |
download | anaconda-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/Makefile | 2 |
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: |