diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2006-02-08 15:31:40 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2006-02-08 15:31:40 +0000 |
commit | 1ac45c7c1bb056a27fe38d153e5a08f6737d5af5 (patch) | |
tree | afa12f62a98dd9cf4f6998928dfbe93fbc707af1 /loader2/Makefile | |
parent | 64cba7c8657641a86f88f65cb0ca21bc9741978d (diff) | |
download | anaconda-1ac45c7c1bb056a27fe38d153e5a08f6737d5af5.tar.gz anaconda-1ac45c7c1bb056a27fe38d153e5a08f6737d5af5.tar.xz anaconda-1ac45c7c1bb056a27fe38d153e5a08f6737d5af5.zip |
Get debuginfo for loader
Diffstat (limited to 'loader2/Makefile')
-rw-r--r-- | loader2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loader2/Makefile b/loader2/Makefile index 47f8740f9..9e28934e4 100644 --- a/loader2/Makefile +++ b/loader2/Makefile @@ -146,7 +146,6 @@ install: all mkdir -p $(DESTDIR)/$(RUNTIMEDIR)/loader for n in $(BINS); do \ install -m 755 $$n $(DESTDIR)/$(RUNTIMEDIR)/loader; \ - strip $(DESTDIR)/$(RUNTIMEDIR)/loader/$$n || :; \ done if [ -f keymaps-$(ARCH) ]; then cp keymaps-$(ARCH) $(DESTDIR)/$(RUNTIMEDIR)/keymaps-override-$(ARCH) ; fi install -m 644 unicode-linedraw-chars.txt $(DESTDIR)/$(RUNTIMEDIR)/loader |