diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-11-18 05:09:25 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-11-18 05:09:25 +0000 |
commit | 18df315273ae9af30ee8c2d1a8d463acdec3ff63 (patch) | |
tree | 8612d9ae0a251a4ff175cb450988ef2b340c4e8f /app-shells/bashish/files | |
parent | amd64 stable, bug #247131 (diff) | |
download | historical-18df315273ae9af30ee8c2d1a8d463acdec3ff63.tar.gz historical-18df315273ae9af30ee8c2d1a8d463acdec3ff63.tar.bz2 historical-18df315273ae9af30ee8c2d1a8d463acdec3ff63.zip |
Remove old.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.25-gentoo-r7-JeR i686
Diffstat (limited to 'app-shells/bashish/files')
-rw-r--r-- | app-shells/bashish/files/1.9.23-fix-install.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-shells/bashish/files/1.9.23-fix-install.patch b/app-shells/bashish/files/1.9.23-fix-install.patch deleted file mode 100644 index b11d5d6909e1..000000000000 --- a/app-shells/bashish/files/1.9.23-fix-install.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- bashish-1.9.23/bashish-root/modules/sh/install/install.orig 2004-08-02 21:57:07.595162472 -0400 -+++ bashish-1.9.23/bashish-root/modules/sh/install/install 2004-08-02 22:05:30.683681392 -0400 -@@ -78,2 +78,5 @@ - esac -+BASHISHBINDIR="$2" -+BASHISHDOCDIR="$3" -+mkdir -p $BASHISHBINDIR - mkdir -p $BASHISHDOCDIR -@@ -103,3 +106,3 @@ - printf "install: add Bashish to the Application menu in the Tracker?\n[yes]\n\n" -- read yesno -+ yesno=n - case "$yesno" in -@@ -117,3 +120,2 @@ - fi --. bashish-root/modules/sh/install/firstrun - |