diff options
author | 2006-07-15 07:25:33 +0000 | |
---|---|---|
committer | 2006-07-15 07:25:33 +0000 | |
commit | 364fef0609a2c7a1a4c4d6aeff2b96031ddb2996 (patch) | |
tree | 46876b1bad290bf7c4b74afa04ebb83ce3e73fd5 /x11-misc/grsync/files | |
parent | ppc stable (diff) | |
download | historical-364fef0609a2c7a1a4c4d6aeff2b96031ddb2996.tar.gz historical-364fef0609a2c7a1a4c4d6aeff2b96031ddb2996.tar.bz2 historical-364fef0609a2c7a1a4c4d6aeff2b96031ddb2996.zip |
ppc stable
Package-Manager: portage-2.1.1_pre2-r8
Diffstat (limited to 'x11-misc/grsync/files')
-rw-r--r-- | x11-misc/grsync/files/digest-grsync-0.3.2 | 3 | ||||
-rw-r--r-- | x11-misc/grsync/files/grsync-0.3.2-destdir.patch | 24 |
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-misc/grsync/files/digest-grsync-0.3.2 b/x11-misc/grsync/files/digest-grsync-0.3.2 deleted file mode 100644 index 75d5cb2e8a55..000000000000 --- a/x11-misc/grsync/files/digest-grsync-0.3.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 04aee17ad4d952cb665efed8a460cf2a grsync-0.3.2.tar.gz 131612 -RMD160 41591caea56df7803d1f63803a2ffdcd0170cd5e grsync-0.3.2.tar.gz 131612 -SHA256 ac8368e4c522f5b79f4a824dc918d9d444d9a1d2dfac7314018a72a872ec1e77 grsync-0.3.2.tar.gz 131612 diff --git a/x11-misc/grsync/files/grsync-0.3.2-destdir.patch b/x11-misc/grsync/files/grsync-0.3.2-destdir.patch deleted file mode 100644 index 0c788d9f8f00..000000000000 --- a/x11-misc/grsync/files/grsync-0.3.2-destdir.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.in 2006-04-11 20:51:00.437529750 +0200 -+++ Makefile.in 2006-04-11 20:54:18.821928000 +0200 -@@ -692,10 +692,10 @@ - install-data-local: - @$(NORMAL_INSTALL) - if test -d $(srcdir)/pixmaps; then \ -- $(mkinstalldirs) $(datadir)/pixmaps; \ -+ $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \ - for pixmap in $(srcdir)/pixmaps/*; do \ - if test -f $$pixmap; then \ -- $(INSTALL_DATA) $$pixmap $(datadir)/pixmaps; \ -+ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps; \ - fi \ - done \ - fi -@@ -705,7 +705,7 @@ - mkdir $(distdir)/pixmaps; \ - for pixmap in pixmaps/*; do \ - if test -f $$pixmap; then \ -- cp -p $$pixmap $(distdir)/pixmaps; \ -+ cp -p $$pixmap $(DESTDIR)$(distdir)/pixmaps; \ - fi \ - done \ - fi |