summaryrefslogtreecommitdiffstats
path: root/iw
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 /iw
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 'iw')
-rw-r--r--iw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/Makefile b/iw/Makefile
index 742b96945..728af7c49 100644
--- a/iw/Makefile
+++ b/iw/Makefile
@@ -24,7 +24,7 @@ all:
install:
mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)/iw
- install *.py $(DESTDIR)/$(PYTHONLIBDIR)/iw
+ install -p -m 644 *.py $(DESTDIR)/$(PYTHONLIBDIR)/iw
../py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR)/iw $(DESTDIR)/$(PYTHONLIBDIR)/iw/*.py
clean: