Bug or feature of slkbuild? Why it is not possible to automatically extract symlinked archives?raphael[i486]$ ls -l psi-0.14.tar.bz2
lrwxrwxrwx 1 raphael users 19 2010-01-07 19:47 psi-0.14.tar.bz2 -> ../psi-0.14.tar.bz2
raphael[i486]$ file psi-0.14.tar.bz2
psi-0.14.tar.bz2: symbolic link to `../psi-0.14.tar.bz2'
raphael[i486]$ ls -l ../psi-0.14.tar.bz2
-rwxr-xr-x 1 raphael users 2168801 2009-12-03 01:24 ../psi-0.14.tar.bz2
raphael[i486]$ fakeroot slkbuild -x
psi-0.14.tar.bz2 found in current directory
build-psi.sh has been created
./build-psi.sh: line 170: cd: /opt/slkbuild/psi/i486/src/psi-0.14: Datei oder Verzeichnis nicht gefunden
./build-psi.sh: line 171: ./configure: Datei oder Verzeichnis nicht gefunden
build() failed.
As far as i can see into the build script, it calls the command file to determine the archive type, and then symlink is not known what to do with ...




