]> git.pld-linux.org Git - packages/fbida.git/blob - fbida-fbgs.patch
- updated to 2.03
[packages/fbida.git] / fbida-fbgs.patch
1 --- fbi-1.23/fbgs       Thu Aug  2 17:04:32 2001
2 +++ fbi-1.23/fbgs.orig  Mon Apr  8 12:26:03 2002
3 @@ -1,8 +1,7 @@
4 -#!/bin/bash
5 +#!/bin/sh
6  
7  # tmp dir
8 -DIR="${TMPDIR-/var/tmp}/fbps-$$"
9 -mkdir -p $DIR  || exit 1
10 +DIR="`mktemp -d ${TMPDIR-/tmp}/fbpsXXXXXX`"
11  trap "rm -rf $DIR" EXIT
12  
13  # parse options
This page took 0.546199 seconds and 3 git commands to generate.