diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-06-13 19:36:03 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-06-13 19:36:03 +0000 |
commit | 5eb4f507050f5529db98a93761061b7c7dc4ec53 (patch) | |
tree | 17bd6fdc181bd8d2e3d08a35aae627a573ab2896 /games-puzzle/drod-bin | |
parent | rm (diff) | |
download | gentoo-2-5eb4f507050f5529db98a93761061b7c7dc4ec53.tar.gz gentoo-2-5eb4f507050f5529db98a93761061b7c7dc4ec53.tar.bz2 gentoo-2-5eb4f507050f5529db98a93761061b7c7dc4ec53.zip |
rm
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/drod-bin')
-rw-r--r-- | games-puzzle/drod-bin/files/install.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/games-puzzle/drod-bin/files/install.patch b/games-puzzle/drod-bin/files/install.patch deleted file mode 100644 index cc3ffab9aa2c..000000000000 --- a/games-puzzle/drod-bin/files/install.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- CDROD-1.6.3/install.sh 2003-11-11 17:29:05.000000000 -0800 -+++ CDROD-1.6.3-gentoo/install.sh 2003-11-14 15:44:22.000000000 -0800 -@@ -182,6 +182,14 @@ - I_DOCDIR=$I_PREFIX/share/doc/$DROD_VERSION - } - -+function set_gentoo { -+ I_RESDIR=/opt/drod/bin -+ I_DATDIR=/opt/drod/bin/Data -+ I_LIBDIR=/opt/drod/lib -+ I_DOCDIR=/opt/drod/doc -+ I_BINDIR=/opt/drod/bin -+} -+ - function read_otherdir { - eval olddir=\$$2 - read_dir $1 $2 -@@ -612,6 +620,7 @@ - -d) shift; get_dir_opt I_DATDIR $1;; - -s) shift; get_dir_opt I_BINDIR $1; set_prefix; set_single;; - -u) shift; get_dir_opt I_BINDIR $1; set_prefix; set_usrstyle;; -+ -g) set_gentoo;; - -al) set_all_libs;; - -nl) set_no_libs;; - -rl) set_req_libs;; |