ports/opt (master): directfb: drop the /usr/lib/directfb symlink
commit 6c2d4c873dbda1c7fef2869f9ae3a08c6e1a9399 Author: Tilman Sauerbeck <tilman@crux.nu> Date: Mon Jan 8 20:12:19 2007 +0100 directfb: drop the /usr/lib/directfb symlink It was broken for some time now and not that useful anyway. diff --git a/directfb/.footprint b/directfb/.footprint index 5dee6e7..45879a4 100644 --- a/directfb/.footprint +++ b/directfb/.footprint @@ -128,7 +128,6 @@ drwxr-xr-x root/root usr/include/directfb/fusion/shm/ -rw-r--r-- root/root usr/include/directfb/fusion/types.h -rw-r--r-- root/root usr/include/directfb/fusion/vector.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/directfb -> directfb-0.9.25.1 drwxr-xr-x root/root usr/lib/directfb-0.9.25/ drwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/ -rwxr-xr-x root/root usr/lib/directfb-0.9.25/gfxdrivers/libdirectfb_ati128.la @@ -232,6 +231,5 @@ drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/directfbrc.5.gz drwxr-xr-x root/root usr/share/ -lrwxrwxrwx root/root usr/share/directfb -> directfb-0.9.25.1 drwxr-xr-x root/root usr/share/directfb-0.9.25/ -rw-r--r-- root/root usr/share/directfb-0.9.25/cursor.dat diff --git a/directfb/Pkgfile b/directfb/Pkgfile index 814e089..95f16e3 100644 --- a/directfb/Pkgfile +++ b/directfb/Pkgfile @@ -4,7 +4,7 @@ name=directfb version=0.9.25.1 -release=1 +release=2 source=(http://www.directfb.org/downloads/Old/DirectFB-$version.tar.gz) build() { @@ -20,7 +20,4 @@ build() { make make DESTDIR=$PKG install - - ln -sf $name-$version $PKG/usr/lib/$name - ln -sf $name-$version $PKG/usr/share/$name }
participants (1)
-
crux@crux.nu