diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-01-05 23:15:21 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2009-01-05 23:15:21 +0100 |
commit | 64e9b34432abc40eff43a03798db45d757d6ca7d (patch) | |
tree | eeedd95767764ed18393e0240fc08acd62d1e7ea /textw | |
parent | 2734cf8a8077f7108bb65b3724af075825d6eb44 (diff) | |
download | anaconda-64e9b34432abc40eff43a03798db45d757d6ca7d.tar.gz anaconda-64e9b34432abc40eff43a03798db45d757d6ca7d.tar.xz anaconda-64e9b34432abc40eff43a03798db45d757d6ca7d.zip |
Various packaging fixed from review (#225246)
Various packaging fixed from review (#225246)
Diffstat (limited to 'textw')
-rw-r--r-- | textw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/Makefile b/textw/Makefile index 2590f6463..958bb142f 100644 --- a/textw/Makefile +++ b/textw/Makefile @@ -24,7 +24,7 @@ all: install: mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)/textw - install *.py $(DESTDIR)/$(PYTHONLIBDIR)/textw + install -p -m 644 *.py $(DESTDIR)/$(PYTHONLIBDIR)/textw ../py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR)/textw $(DESTDIR)/$(PYTHONLIBDIR)/textw/*.py clean: |