Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:philipsb:newer-kernels-on-sle10
module-init-tools
package-manpages.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File package-manpages.sh of Package module-init-tools
#!/bin/sh -e # pre-package module-init-tools man pages to reduce build dependencies spec="$1" if test -z "$spec"; then spec="module-init-tools.spec" fi if ! test -f "$spec"; then echo "Usage: $0 path/to/module-init-tools.spec" exit 1 fi ver=$(rpm -q --specfile --qf '%{v}\n' "$spec" | head) export LC_ALL=C set -x quilt setup "$spec" pushd module-init-tools-"$ver" quilt push -a autoreconf -fi ./configure make popd tar czf module-init-tools-manpages-"$ver".tar.gz module-init-tools-"$ver"/*.[58]
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