summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-11-05 10:06:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-11-05 10:06:32 +0000
commit7489c9866c60ff1169fbb3b49ec612d65d004b9f (patch)
tree907199d4b0890ae90025d393969e7f913bfe3c62 /games-board/mah-jong
parentinitial commit to address bug 32738 (diff)
downloadgentoo-2-7489c9866c60ff1169fbb3b49ec612d65d004b9f.tar.gz
gentoo-2-7489c9866c60ff1169fbb3b49ec612d65d004b9f.tar.bz2
gentoo-2-7489c9866c60ff1169fbb3b49ec612d65d004b9f.zip
one character change to default tileset path
Diffstat (limited to 'games-board/mah-jong')
-rw-r--r--games-board/mah-jong/Manifest2
-rw-r--r--games-board/mah-jong/mah-jong-1.6.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/games-board/mah-jong/Manifest b/games-board/mah-jong/Manifest
index a3c93a23095e..8b38316882b0 100644
--- a/games-board/mah-jong/Manifest
+++ b/games-board/mah-jong/Manifest
@@ -1,4 +1,4 @@
-MD5 d45e7d508f03755e8b793d6008cd35b6 mah-jong-1.6.ebuild 1355
+MD5 33a5f370ba980f34a7b47ed9a2494a6a mah-jong-1.6.ebuild 1356
MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
MD5 2765a6799555843ab8dd9233120def8e ChangeLog 385
MD5 5f90c97fdd4915658eaa642c7f0dfa32 files/digest-mah-jong-1.6 62
diff --git a/games-board/mah-jong/mah-jong-1.6.ebuild b/games-board/mah-jong/mah-jong-1.6.ebuild
index c52252514247..4957c6b01e1d 100644
--- a/games-board/mah-jong/mah-jong-1.6.ebuild
+++ b/games-board/mah-jong/mah-jong-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.6.ebuild,v 1.1 2003/11/05 10:04:50 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.6.ebuild,v 1.2 2003/11/05 10:06:30 mr_bones_ Exp $
inherit games
@@ -34,7 +34,7 @@ src_unpack() {
-e "/^MANDIR =/ s:man/man1:/usr/share/man/man6:" \
-e "/^MANSUFFIX =/ s:1:6:" \
-e "/^CFLAGS =/ s:=:= ${CFLAGS}:" \
- -e "/^TILESETPATH=/ s:NULL:\"${GAMES_DATADIR}/${PN}\":" Makefile || \
+ -e "/^TILESETPATH=/ s:NULL:\"${GAMES_DATADIR}/${PN}/\":" Makefile || \
die "sed Makefile failed"
}