summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-01-05 23:15:21 +0100
committerHans de Goede <hdegoede@redhat.com>2009-01-05 23:15:21 +0100
commit64e9b34432abc40eff43a03798db45d757d6ca7d (patch)
treeeeedd95767764ed18393e0240fc08acd62d1e7ea /textw
parent2734cf8a8077f7108bb65b3724af075825d6eb44 (diff)
downloadanaconda-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/Makefile2
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: