Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Rings:1-MinimalX
figlet
figlet-licpatch.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File figlet-licpatch.sh of Package figlet
# removes stuff under old Unicode license # $1 is directory with tarballs set -o errexit VERSION=2.2.5 if test -f "$1/figlet-$VERSION.tar.gz" ; then TMPDIR=`mktemp -d` if test -d $TMPDIR ; then trap "rm -rf \"$TMPDIR\" \"$1/figlet-$VERSION-patched.tar.bz2\"" ERR cd $TMPDIR tar -xzf "$1/figlet-$VERSION.tar.gz" rm -f figlet-$VERSION/fonts/jis0201.flc tar -cjf "$1/figlet-$VERSION-patched.tar.bz2" figlet-$VERSION cd - 1>/dev/null rm -Rf $TMPDIR else echo "creating tmp dir failed" fi else echo "file: $1/figlet-$VERSION.tar.gz doesn't exist" 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