diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-22 06:03:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-22 06:03:48 +0000 |
commit | 14acb7071bceedee55897081ac7bed87e11e6434 (patch) | |
tree | f75ff390ebd06a0c208c4a3a1c98cfa532d2635a /games-misc | |
parent | initial import #110010 (diff) | |
download | historical-14acb7071bceedee55897081ac7bed87e11e6434.tar.gz historical-14acb7071bceedee55897081ac7bed87e11e6434.tar.bz2 historical-14acb7071bceedee55897081ac7bed87e11e6434.zip |
add back fixes to use posix -P with cp instead of gnu -d
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/fortune-mod/Manifest | 8 | ||||
-rw-r--r-- | games-misc/fortune-mod/files/fortune-mod-1.99.1-gentoo.patch | 22 |
2 files changed, 26 insertions, 4 deletions
diff --git a/games-misc/fortune-mod/Manifest b/games-misc/fortune-mod/Manifest index e5617fee41f1..cba917ac912f 100644 --- a/games-misc/fortune-mod/Manifest +++ b/games-misc/fortune-mod/Manifest @@ -4,14 +4,14 @@ Hash: SHA1 MD5 93f27593bdaa6eca5cd1847f895076da ChangeLog 4736 MD5 5ff47d4205e2b0ea5e0a538115a58237 files/digest-fortune-mod-1.99.1-r1 71 MD5 5ff47d4205e2b0ea5e0a538115a58237 files/digest-fortune-mod-1.99.1-r2 71 -MD5 7bc30eb65bb0a4619124cb2219064945 files/fortune-mod-1.99.1-gentoo.patch 2040 +MD5 dfeb667d0b8e224327bc2adfe359f9af files/fortune-mod-1.99.1-gentoo.patch 2699 MD5 d962711282e74285afccfbe293c27bfe fortune-mod-1.99.1-r1.ebuild 1641 MD5 8163bf6e09f06a09452b09d6965a26e4 fortune-mod-1.99.1-r2.ebuild 1041 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDTasygIKl8Uu19MoRAooQAJ9l2FMevttaq8eoZQVHB8qoBR2YSACfd9Sm -gymnLjytObtjhtP9ztoMdsk= -=NzsO +iD8DBQFDWdZZgIKl8Uu19MoRAsJhAJ0f39/o7+hn1gCwJKVL+OYSPoDnewCfTIsn +8BJwg2zEn/7jqvoP1dlw7Rk= +=EXyU -----END PGP SIGNATURE----- diff --git a/games-misc/fortune-mod/files/fortune-mod-1.99.1-gentoo.patch b/games-misc/fortune-mod/files/fortune-mod-1.99.1-gentoo.patch index 2827ff55c7aa..d9b27fb350e5 100644 --- a/games-misc/fortune-mod/files/fortune-mod-1.99.1-gentoo.patch +++ b/games-misc/fortune-mod/files/fortune-mod-1.99.1-gentoo.patch @@ -1,3 +1,25 @@ +--- fortune-mod-1.99.1/datfiles/Makefile ++++ fortune-mod-1.99.1/datfiles/Makefile +@@ -58,7 +58,7 @@ + if [ $(WEB) = 1 ] ; then cd html && $(MAKE) install ; fi + for i in $(COOKIES) ; do \ + install -m 0644 $$i $$i.dat $(COOKIEDIR) || exit $? ; \ +- cp -d $$i.u8 $(COOKIEDIR) ; \ ++ cp -P $$i.u8 $(COOKIEDIR) ; \ + done + + clean: +--- fortune-mod-1.99.1/datfiles/off/Makefile ++++ fortune-mod-1.99.1/datfiles/off/Makefile +@@ -38,7 +38,7 @@ + install -m 0755 -d $(OCOOKIEDIR) + for i in $(OCOOKIES) ; \ + do install -m 0644 $$i $$i.dat $(OCOOKIEDIR) || exit $$? ; \ +- cp -d $$i.u8 $(OCOOKIEDIR) ; \ ++ cp -P $$i.u8 $(OCOOKIEDIR) ; \ + done + + clean: --- fortune-mod-1.99.1/Makefile +++ fortune-mod-1.99.1/Makefile @@ -65,8 +65,7 @@ |