Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lbt:arm:cross
bash
baselibs-deb.conf
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File baselibs-deb.conf of Package bash
arch i386 targets armel:x86lib prefix /lib-x86 bash targettype x86lib requires bash targettype x86lib requires patchelf-x86lib targettype x86lib requires libc6-x86lib (>= 2.8) targettype x86lib requires libncurses5-x86lib (>= 5.6+20071006-3) targettype x86lib requires libreadline6-x86lib # Install a postinst script to ammend the rpath of our binaries and link to main /bin/ targettype x86lib post replace() { targettype x86lib post mv $prog ${prog}-orig-x86lib ; ln -s <prefix>${prog} ${prog} targettype x86lib post } targettype x86lib post for prog in /bin/bash /usr/bin/clear_console targettype x86lib post do targettype x86lib post echo patchelf and replace $prog targettype x86lib post <prefix>/usr/bin/patchelf --set-rpath <prefix>/lib:<prefix>/usr/lib <prefix>$prog targettype x86lib post replace $prog targettype x86lib post done targettype x86lib preun #!/bin/sh targettype x86lib preun replace() { targettype x86lib preun rm -f ${prog}; mv ${prog}-orig-x86lib $prog targettype x86lib preun } targettype x86lib preun for prog in /bin/bash /usr/bin/clear_console targettype x86lib preun do targettype x86lib preun replace $prog targettype x86lib preun done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor