libextractor
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libextractor] 0.5.15, DESTDIR and a wrong made symlink


From: Damir Perisa
Subject: [libextractor] 0.5.15, DESTDIR and a wrong made symlink
Date: Sat, 7 Oct 2006 11:40:01 +0200
User-agent: KMail/1.9.4

hi there,

i'm package maintainer of archlinux and libextractor is my pkg. i 
build it with the following build()

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --enable-shared --disable-static
  make || return 1
  make DESTDIR=$startdir/pkg install
  find $startdir/pkg -name '*.la' -exec rm {} \;
}

but recently i realised that i end up with a symlink tha points to the 
DESTDIR/prefix instead of just prefix:

libextractor E: Symlink 
(usr/lib/libextractor/libextractor_thumbnail.so) points 
to 
/home/damir/cvsARCH/extra/extra/lib/libextractor/pkg/usr/lib/libextractor/libextractor_thumbnailgtk.so

it should not do that, if you use a set prefix and a DESTDIR just to 
install the files to a package instead to the filesystem itself. can 
you correct that in the next release, thanx

greetings,
Damir

-- 
Collaboration, n.:
A literary partnership based on the false assumption that the
other fellow can spell.

Attachment: pgpQA2JlAzJdp.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]