From: kloczek Date: Fri, 16 Aug 2002 23:32:50 +0000 (+0000) Subject: - pace directly #!/usr/bin/wish in script peamble for generate correct dependencies in X-Git-Tag: rp-pppoe-3_5-1~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=9b37240edc9d1be2a391942a85e9864ac32f0e8f;p=packages%2Frp-pppoe.git - pace directly #!/usr/bin/wish in script peamble for generate correct dependencies in gui subpackage. Changed files: rp-pppoe-tkpppoe.in.patch -> 1.1 --- diff --git a/rp-pppoe-tkpppoe.in.patch b/rp-pppoe-tkpppoe.in.patch new file mode 100644 index 0000000..cb1d1bc --- /dev/null +++ b/rp-pppoe-tkpppoe.in.patch @@ -0,0 +1,19 @@ +--- rp-pppoe-3.5/gui/tkpppoe.in~ Sat Aug 17 01:26:34 2002 ++++ rp-pppoe-3.5/gui/tkpppoe.in Sat Aug 17 01:26:34 2002 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/usr/bin/wish + # -*-Mode: TCL;-*- + # LIC: GPL + +@@ -19,10 +19,6 @@ + + # $Id$ + +-# the next line restarts using wish \ +-umask 022; \ +-exec wish "$0" "$@" || clear; echo "*****"; echo "Cannot find 'wish' -- you need Tcl/Tk installed to run this program"; exit 1 +- + # Try requiring msgcat (Tcl 8.1 and later) + + set problem [catch {package require msgcat} err]