Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145523 Details for
Bug 212674
app-crypt/dieharder (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dieharder-2.24.7-dieharder-Makefile.patch
dieharder-2.24.7-dieharder-Makefile.patch (text/plain), 808 bytes, created by
Andreas Källberg
on 2008-03-08 03:51:36 UTC
(
hide
)
Description:
dieharder-2.24.7-dieharder-Makefile.patch
Filename:
MIME Type:
Creator:
Andreas Källberg
Created:
2008-03-08 03:51:36 UTC
Size:
808 bytes
patch
obsolete
>--- dieharder/Makefile.am 2007-12-06 20:49:02.000000000 +0100 >+++ dieharder/Makefile.am.new 2008-03-08 02:56:47.000000000 +0100 >@@ -105,11 +105,11 @@ > - rm -f core $(PROGRAM) *.o $(PROGRAM).1.gz > > install : $(PROGRAM) >- (install -d $(prefix)/bin; \ >- install -m 755 $(PROGRAM) $(prefix)/bin; \ >- install -d $(prefix)/share/man/man1; \ >+ (install -d $(DESTDIR)$(prefix)/bin; \ >+ install -m 755 $(PROGRAM) $(DESTDIR)$(prefix)/bin; \ >+ install -d $(DESTDIR)$(prefix)/share/man/man1; \ > gzip -c -9 $(PROGRAM).1 > $(PROGRAM).1.gz; \ >- install -m 644 $(PROGRAM).1.gz $(prefix)/share/man/man1) >+ install -m 644 $(PROGRAM).1.gz $(DESTDIR)$(prefix)/share/man/man1) > > #======================================================================== > # We give all generic rules below. Currently we only need a rule for
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 212674
:
145520
|
145522
|
145523
|
145525
|
145543
|
145545
|
145547
|
196922