diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-26 20:10:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-26 20:10:44 +0200 |
commit | bf89ff6c79e76b23d153cead09754e68dbe59983 (patch) | |
tree | 229463616389a8e00c8fc33576987d86ac2bba85 /package/libpthread/files/libpthread.postinst | |
parent | ac01f0d24321933d3456190164f5b68ccc94976a (diff) |
more 2.6.39 fixes
Diffstat (limited to 'package/libpthread/files/libpthread.postinst')
-rw-r--r-- | package/libpthread/files/libpthread.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libpthread/files/libpthread.postinst b/package/libpthread/files/libpthread.postinst new file mode 100644 index 000000000..76a6c81a4 --- /dev/null +++ b/package/libpthread/files/libpthread.postinst @@ -0,0 +1,4 @@ +#!/bin/sh +if [ ! -z $IPKG_INSTROOT ];then + (cd $IPKG_INSTROOT/lib && ln -sf libpthread.so.0 libpthread.so) +fi |