[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gimp-developer
Subject:    Re: [gimp-devel] gimptool
From:       Yasuhiro SHIRASAKI <joke () awa ! tohoku ! ac ! jp>
Date:       1998-05-23 6:32:52
[Download RAW message or body]

# My previous post might be eaten by electric goat...

Here is an another patch for gimptool.in.
It may make --install-*-bin options work.

regards yasuhiro,

--
Experimental Particle Physics, Graduate school of Science, TOHOKU University
980-8578 Japan. phone: +81-22-217-6727  email: joke@awa.tohoku.ac.jp

*** gimptool.in.orig	Thu May 21 08:19:47 1998
--- gimptool.in	Thu May 21 09:44:26 1998
***************
*** 79,87 ****
          --install-admin-bin)
            install_dir="$plug_in_dir/plug-ins" ;;
        esac
!       if test "x$1" != "x"; then
!         if test -e "$1"; then
!           cp -a "$1" "$install_dir/$1"
          else
            echo "${notfound}" 1>&2
            echo "${usage}" 1>&2
--- 79,88 ----
          --install-admin-bin)
            install_dir="$plug_in_dir/plug-ins" ;;
        esac
!       if test "x$2" != "x"; then
!         if test -e "$2"; then
!           echo "@INSTALL@ \"$2\" \"$install_dir/$2\""
!           exec @INSTALL@ "$2" "$install_dir/$2"
          else
            echo "${notfound}" 1>&2
            echo "${usage}" 1>&2

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic