diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-06-13 19:39:09 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-06-13 19:39:09 +0000 |
commit | 9b28c3dccb17cbe29cbe155fd205bcde6571034b (patch) | |
tree | f1c63ac62df4ea778680b015a59cdf3fee2d6e53 /games-puzzle/drod-bin | |
parent | rm (diff) | |
download | historical-9b28c3dccb17cbe29cbe155fd205bcde6571034b.tar.gz historical-9b28c3dccb17cbe29cbe155fd205bcde6571034b.tar.bz2 historical-9b28c3dccb17cbe29cbe155fd205bcde6571034b.zip |
rm
Package-Manager: portage-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;; |