[arch-general] Is it a bug ? (device-mapper PKGBUILD)

2009-07-01 Thread nezmer
Hi , I was looking at the device-mapper PKGBUILD . I'm not sure but the last line looks problematic : # fix device-mapper link bug ln -sf /lib/libdevmapper.so ${pkgdir}/usr/lib/libdevmapper.so || return 1 What If device-mapper is not yet installed in the system ? What am I missing ?

Re: [arch-general] Is it a bug ? (device-mapper PKGBUILD)

2009-07-01 Thread Patrick Brisbin
On 07/01/09 at 05:00pm, nez...@gmail.com wrote: Hi , I was looking at the device-mapper PKGBUILD . I'm not sure but the last line looks problematic : # fix device-mapper link bug ln -sf /lib/libdevmapper.so ${pkgdir}/usr/lib/libdevmapper.so || return 1 What If device-mapper is not yet

Re: [arch-general] Is it a bug ? (device-mapper PKGBUILD)

2009-07-01 Thread nezmer
On Wed, Jul 01, 2009 at 04:20:55PM +0200, Jan de Groot wrote: On Wed, 2009-07-01 at 17:00 +0300, nez...@gmail.com wrote: Hi , I was looking at the device-mapper PKGBUILD . I'm not sure but the last line looks problematic : # fix device-mapper link bug ln -sf /lib/libdevmapper.so