Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
dtb-armv7l
compress-vmlinux.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File compress-vmlinux.sh of Package dtb-armv7l
#!/bin/bash set -x # Once the brp script is reasonably widespread, we will remove the specfile # hack and this script if test -x /usr/lib/rpm/brp-suse.d/brp-99-compress-vmlinux; then exit 0 fi vmlinux=$1 if test -e "$vmlinux" -a -e "$vmlinux.gz"; then # Deliberately not using gzip -n; the vmlinux image has a predictable # timestamp (bnc#880848#c20) gzip -k -9 -f "$vmlinux" fi
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