summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-05-16 21:33:48 +0000
committerJeremy Katz <katzj@redhat.com>2006-05-16 21:33:48 +0000
commit41b091c44eb2130f65e9b05502615d17d97e98a6 (patch)
treefb2932540de2085c12e8c0da25991aa64eacc455 /scripts/Makefile
parentaf3dad24d83bf95094ad44134522dcedf62a213a (diff)
downloadanaconda-41b091c44eb2130f65e9b05502615d17d97e98a6.tar.gz
anaconda-41b091c44eb2130f65e9b05502615d17d97e98a6.tar.xz
anaconda-41b091c44eb2130f65e9b05502615d17d97e98a6.zip
2006-05-16 Jeremy Katz <katzj@redhat.com>
* scripts/mk-rescueimage.x86_64: Let's autogenerate this from the i386 script. * scripts/Makefile: Autogenerating.
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index d869753cf..0cb241e9d 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -3,12 +3,13 @@ include ../Makefile.inc
all:
install:
+ sed -e 's/i386/x86_64/' mk-rescueimage.i386 > mk-rescueimage.x86_64
+
install -m 755 upd-instroot $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 mk-images* $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 mk-rescueimage* $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 buildinstall $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 splittree.py $(DESTDIR)/$(RUNTIMEDIR)
-# install -m 755 splitdistro $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 scrubtree $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 pkgorder $(DESTDIR)/$(RUNTIMEDIR)
install -m 755 getkeymaps $(DESTDIR)/$(RUNTIMEDIR)