Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-21 Thread Ray Rashif
On 19 August 2010 22:53, Heiko Baums li...@baums-on-web.de wrote: Am Tue, 17 Aug 2010 19:52:11 +0800 schrieb Ray Rashif schivmeis...@gmail.com: Just run this from the makepkg build dir: grep -R $(pwd)/src pkg/ I've done this with my package kernel26-fbcondecor, which is kernel26 with just

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-19 Thread Heiko Baums
Am Tue, 17 Aug 2010 19:52:11 +0800 schrieb Ray Rashif schivmeis...@gmail.com: Just run this from the makepkg build dir: grep -R $(pwd)/src pkg/ I've done this with my package kernel26-fbcondecor, which is kernel26 with just one additional patch and with slightly modified config files, and it

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-18 Thread Stefan Husmann
Am 17.08.2010 13:52, schrieb Ray Rashif: On 17 August 2010 19:32, Philipp Überbacher hollun...@lavabit.com wrote: Excerpts from Loui Chang's message of 2010-08-17 13:14:44 +0200: On Tue 17 Aug 2010 13:01 +0200, Philipp Überbacher wrote: Excerpts from Loui Chang's message of 2010-08-17 12:35:41

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Allan McRae
On 17/08/10 19:05, Magnus Therning wrote: Lately my PKGBUILDs result in a warning when building: == WARNING: Package contains reference to $srcdir It's a bit confusing, since PKGBUILD(5) has the following to say about $srcdir: srcdir This points to the directory where

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Jan de Groot
On Tue, 2010-08-17 at 10:05 +0100, Magnus Therning wrote: Lately my PKGBUILDs result in a warning when building: == WARNING: Package contains reference to $srcdir It's a bit confusing, since PKGBUILD(5) has the following to say about $srcdir: srcdir This points to

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Nathan Wayde
On 17/08/10 10:15, Allan McRae wrote: On 17/08/10 19:05, Magnus Therning wrote: Lately my PKGBUILDs result in a warning when building: == WARNING: Package contains reference to $srcdir It's a bit confusing, since PKGBUILD(5) has the following to say about $srcdir: srcdir This points to the

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Magnus Therning
On Tue, Aug 17, 2010 at 10:10, Jan de Groot j...@jgc.homeip.net wrote: On Tue, 2010-08-17 at 10:05 +0100, Magnus Therning wrote: Lately my PKGBUILDs result in a warning when building: == WARNING: Package contains reference to $srcdir It's a bit confusing, since PKGBUILD(5) has the following

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Allan McRae
On 17/08/10 19:28, Magnus Therning wrote: On Tue, Aug 17, 2010 at 10:10, Jan de Grootj...@jgc.homeip.net wrote: On Tue, 2010-08-17 at 10:05 +0100, Magnus Therning wrote: Lately my PKGBUILDs result in a warning when building: == WARNING: Package contains reference to $srcdir It's a bit

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Magnus Therning
On Tue, Aug 17, 2010 at 10:45, Allan McRae al...@archlinux.org wrote: On 17/08/10 19:28, Magnus Therning wrote: On Tue, Aug 17, 2010 at 10:10, Jan de Grootj...@jgc.homeip.net  wrote: On Tue, 2010-08-17 at 10:05 +0100, Magnus Therning wrote: Lately my PKGBUILDs result in a warning when

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Heiko Baums
Am Tue, 17 Aug 2010 19:15:34 +1000 schrieb Allan McRae al...@archlinux.org: grep your files in your package for $srcdir (the actual value...). If it is not in a config file or RPATH or the like, you can probably ignore it. I'm not quite sure if this is not a bug in makepkg, because I have

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Loui Chang
On Tue 17 Aug 2010 12:09 +0200, Heiko Baums wrote: Am Tue, 17 Aug 2010 19:15:34 +1000 schrieb Allan McRae al...@archlinux.org: grep your files in your package for $srcdir (the actual value...). If it is not in a config file or RPATH or the like, you can probably ignore it. I'm not

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Philipp Überbacher
Excerpts from Loui Chang's message of 2010-08-17 12:35:41 +0200: On Tue 17 Aug 2010 12:09 +0200, Heiko Baums wrote: Am Tue, 17 Aug 2010 19:15:34 +1000 schrieb Allan McRae al...@archlinux.org: grep your files in your package for $srcdir (the actual value...). If it is not in a config

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Loui Chang
On Tue 17 Aug 2010 13:01 +0200, Philipp Überbacher wrote: Excerpts from Loui Chang's message of 2010-08-17 12:35:41 +0200: On Tue 17 Aug 2010 12:09 +0200, Heiko Baums wrote: Am Tue, 17 Aug 2010 19:15:34 +1000 schrieb Allan McRae al...@archlinux.org: grep your files in your package

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Philipp Überbacher
Excerpts from Loui Chang's message of 2010-08-17 13:14:44 +0200: On Tue 17 Aug 2010 13:01 +0200, Philipp Überbacher wrote: Excerpts from Loui Chang's message of 2010-08-17 12:35:41 +0200: On Tue 17 Aug 2010 12:09 +0200, Heiko Baums wrote: Am Tue, 17 Aug 2010 19:15:34 +1000 schrieb

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Ray Rashif
On 17 August 2010 19:32, Philipp Überbacher hollun...@lavabit.com wrote: Excerpts from Loui Chang's message of 2010-08-17 13:14:44 +0200: On Tue 17 Aug 2010 13:01 +0200, Philipp Überbacher wrote: Excerpts from Loui Chang's message of 2010-08-17 12:35:41 +0200: On Tue 17 Aug 2010 12:09

Re: [arch-general] Referencing $srcdir in PKGBUILD?

2010-08-17 Thread Philipp Überbacher
Excerpts from Ray Rashif's message of 2010-08-17 13:52:11 +0200: On 17 August 2010 19:32, Philipp Überbacher hollun...@lavabit.com wrote: Excerpts from Loui Chang's message of 2010-08-17 13:14:44 +0200: On Tue 17 Aug 2010 13:01 +0200, Philipp Überbacher wrote: Excerpts from Loui Chang's