mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
fbida: a few applications for viewing and editing images; ghostscript as
a requirement for fbgs, a wrapper script for viewing ps/pdf files on the framebuffer console using fbi, an image viewer for the linux framebuffer console.
This commit is contained in:
12
fbida/patches/003-fbgs.patch
Normal file
12
fbida/patches/003-fbgs.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- fbida-2.07.orig/fbgs 2010-10-18 20:26:32.264246468 +0400
|
||||
+++ fbida-2.07/fbgs 2010-10-18 20:26:57.179244034 +0400
|
||||
@@ -1,7 +1,7 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
|
||||
# tmp dir
|
||||
-DIR="$(mktemp -dtp ${TMPDIR-/var/tmp} fbgs-XXXXXX)"
|
||||
+DIR="$(mktemp -dtp ${TMPDIR-/tmp} fbgs-XXXXXX)"
|
||||
test -d "$DIR" || exit 1
|
||||
trap "rm -rf $DIR" EXIT
|
||||
|
||||
Reference in New Issue
Block a user