From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/5] lxdoom-wad: make installation of Doom shareware wad file be more generic
Date: Thu, 24 Jul 2008 16:45:01 +0200 [thread overview]
Message-ID: <87hcaffij6.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <20080724143341.GA4991@mx.loc> (Bernhard Fischer's message of "Thu\, 24 Jul 2008 16\:33\:41 +0200")
>>>>> "Bernhard" == Bernhard Fischer <rep.dot.nop@gmail.com> writes:
Hi,
>> cp -f $(DL_DIR)/$(LXDOOM_WAD_SOURCE) $(LXDOOM_WAD_DIR)
>> - gunzip -d $(LXDOOM_WAD_DIR)/$(LXDOOM_WAD_SOURCE)
>> + gunzip -d $(LXDOOM_WAD_DIR)/$(LXDOOM_WAD_SOURCE)
Bernhard> no. There is no gunzip. So who added this stuff? I'm 100%
Bernhard> sure that when i left there were no hardcoded decompressors
Bernhard> in there. You should listen to what user say
Bernhard> (resp. configure).
Yes, $(ZCAT) is what you want.
>> +$(TARGET_DIR)/usr/share/games/doom/doom1.wad: $(LXDOOM_WAD_DIR)/.unpacked
>> + mkdir -p $(TARGET_DIR)/usr/share/games/doom
>> + cp -f $(LXDOOM_WAD_DIR)/doom-$(LXDOOM_WAD_VERSION).wad $@
Bernhard> $(INSTALL) -D $(LXDOOM_WAD_DIR)/doom-$(LXDOOM_WAD_VERSION).wad $@
Yes, as long as you don't try to do it with symlinks (E.G. like what
you have with .so files) as install then resolves the symlinks and you
end up with multiple copies in your rootfs.
.. Like I recently learned the hard way (22862) ;)
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2008-07-24 14:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-24 13:21 [Buildroot] [PATCH 1/5] lxdoom-wad: make installation of Doom shareware wad file be more generic Hans-Christian Egtvedt
2008-07-24 13:21 ` [Buildroot] [PATCH 2/5] SDL_net: add new package SDL_net Hans-Christian Egtvedt
2008-07-24 13:21 ` [Buildroot] [PATCH 3/5] PrBoom: add new package PrBoom Hans-Christian Egtvedt
2008-07-24 13:21 ` [Buildroot] [PATCH 4/5] lxdoom-wad: enable kconfig entry for PrBoom package Hans-Christian Egtvedt
2008-07-24 13:21 ` [Buildroot] [PATCH 5/5] lxdoom: make package depend on X11 server Hans-Christian Egtvedt
2008-07-24 13:23 ` Hans-Christian Egtvedt
2008-07-24 14:37 ` Bernhard Fischer
2008-07-24 14:35 ` [Buildroot] [PATCH 3/5] PrBoom: add new package PrBoom Bernhard Fischer
2008-07-24 14:35 ` [Buildroot] [PATCH 2/5] SDL_net: add new package SDL_net Bernhard Fischer
2008-07-24 14:33 ` [Buildroot] [PATCH 1/5] lxdoom-wad: make installation of Doom shareware wad file be more generic Bernhard Fischer
2008-07-24 14:45 ` Peter Korsgaard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87hcaffij6.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox