summaryrefslogtreecommitdiffstats
path: root/scripts
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 /scripts
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 'scripts')
-rw-r--r--scripts/Makefile21
-rw-r--r--[-rwxr-xr-x]scripts/mk-images.efi1
-rw-r--r--scripts/mk-images.ia641
-rw-r--r--[-rwxr-xr-x]scripts/pyrc.py0
4 files changed, 11 insertions, 12 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 59a51c219..6e0e23bbe 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -22,15 +22,16 @@ include ../Makefile.inc
all:
install:
- install -m 755 upd-instroot $(DESTDIR)/$(RUNTIMEDIR)
- install -m 755 mk-images* $(DESTDIR)/$(RUNTIMEDIR)
- install -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR)
- install -m 755 buildinstall.functions $(DESTDIR)/$(RUNTIMEDIR)
- install -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR)
- install -m 755 getkeymaps $(DESTDIR)/$(RUNTIMEDIR)
- install -m 755 makestamp.py $(DESTDIR)/$(RUNTIMEDIR)
- install -m 755 maketreeinfo.py $(DESTDIR)/$(RUNTIMEDIR)
- install -m 755 pyrc.py $(DESTDIR)/$(RUNTIMEDIR)
- install -m 755 upd-updates $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 755 upd-instroot $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 755 mk-images $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 644 mk-images.* $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 755 buildinstall.functions $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 755 getkeymaps $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 755 makestamp.py $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 755 maketreeinfo.py $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 644 pyrc.py $(DESTDIR)/$(RUNTIMEDIR)
+ install -p -m 755 upd-updates $(DESTDIR)/$(RUNTIMEDIR)
depend:
diff --git a/scripts/mk-images.efi b/scripts/mk-images.efi
index f39a051a1..e66987613 100755..100644
--- a/scripts/mk-images.efi
+++ b/scripts/mk-images.efi
@@ -1,4 +1,3 @@
-#!/bin/bash
#
# mk-images.efi
#
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
index 871ce6a61..d4dae3572 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -1,4 +1,3 @@
-#!/bin/bash
#
# mk-images.ia64
#
diff --git a/scripts/pyrc.py b/scripts/pyrc.py
index 6acee5b96..6acee5b96 100755..100644
--- a/scripts/pyrc.py
+++ b/scripts/pyrc.py