Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132887 Details for
Bug 195070
gnome-extra/naughtysvn (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
naughtysvn-0.0.1-destdir.patch
naughtysvn-0.0.1-destdir.patch (text/plain), 1.10 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2007-10-08 08:06:05 UTC
(
hide
)
Description:
naughtysvn-0.0.1-destdir.patch
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2007-10-08 08:06:05 UTC
Size:
1.10 KB
patch
obsolete
>--- Makefile.am.org 2007-05-27 08:27:25.000000000 +0200 >+++ Makefile.am 2007-10-08 09:30:39.000000000 +0200 >@@ -20,10 +20,10 @@ > > dist-hook: > if test -d $(srcdir)/pixmaps; then \ >- mkdir $(datadir)/$(PACKAGE_NAME)/pixmaps; \ >+ mkdir $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/pixmaps; \ > for pixmap in pixmaps/*; do \ > if test -f $$pixmap; then \ >- cp -p $$pixmap $(datadir)/$(PACKAGE_NAME)/pixmaps; \ >+ cp -p $$pixmap $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/pixmaps; \ > fi \ > done \ > fi >@@ -32,16 +32,13 @@ > if test -d $(DESTDIR)$(datadir)/$(PACKAGE); then \ > rm -rf "$(DESTDIR)$(datadir)/$(PACKAGE)"; \ > fi >- if test -d $(datadir)/$(PACKAGE_NAME); then \ >- rm -rf "$(datadir)/$(PACKAGE_NAME)"; \ >- fi > > install-data-local: > if test -d $(srcdir)/pixmaps; then \ >- mkdir $(datadir)/$(PACKAGE_NAME)/pixmaps; \ >+ mkdir $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/pixmaps; \ > for pixmap in pixmaps/*; do \ > if test -f $$pixmap; then \ >- cp -p $$pixmap $(datadir)/$(PACKAGE_NAME)/pixmaps; \ >+ cp -p $$pixmap $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/pixmaps; \ > fi \ > done \ > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195070
:
132885
| 132887