Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 116117 Details for
Bug 174356
app-crypt/ophcrack-2.3.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
install path patch
ophcrack-2.3.4-linuxtools-install-path.patch (text/plain), 1.32 KB, created by
Ed Wiget
on 2007-04-13 02:05:22 UTC
(
hide
)
Description:
install path patch
Filename:
MIME Type:
Creator:
Ed Wiget
Created:
2007-04-13 02:05:22 UTC
Size:
1.32 KB
patch
obsolete
>--- Makefile.am.orig 2007-04-12 21:30:08.000000000 -0400 >+++ Makefile.am 2007-04-12 21:30:57.000000000 -0400 >@@ -36,11 +36,11 @@ > > install-exec-local: > if test -d $(srcdir)/linux_tools; then \ >- if test -f $(srcdir)/linux_tools/bkhive2; then \ >- $(INSTALL_PROGRAM) $(srcdir)/linux_tools/bkhive2 $(bindir); \ >+ if test -f $(srcdir)/linux_tools/bkhive; then \ >+ $(INSTALL_PROGRAM) $(srcdir)/linux_tools/bkhive $(DESTDIR)$(bindir); \ > fi ;\ > if test -f $(srcdir)/linux_tools/samdump2; then \ >- $(INSTALL_PROGRAM) $(srcdir)/linux_tools/samdump2 $(bindir); \ >+ $(INSTALL_PROGRAM) $(srcdir)/linux_tools/samdump2 $(DESTDIR)$(bindir); \ > fi \ > fi > >--- Makefile.in.orig 2007-04-12 21:32:14.000000000 -0400 >+++ Makefile.in 2007-04-12 21:34:50.000000000 -0400 >@@ -618,11 +618,11 @@ > > install-exec-local: > if test -d $(srcdir)/linux_tools; then \ >- if test -f $(srcdir)/linux_tools/bkhive2; then \ >- $(INSTALL_PROGRAM) $(srcdir)/linux_tools/bkhive2 $(bindir); \ >+ if test -f $(srcdir)/linux_tools/bkhive; then \ >+ $(INSTALL_PROGRAM) $(srcdir)/linux_tools/bkhive $(DESTDIR)$(bindir); \ > fi ;\ > if test -f $(srcdir)/linux_tools/samdump2; then \ >- $(INSTALL_PROGRAM) $(srcdir)/linux_tools/samdump2 $(bindir); \ >+ $(INSTALL_PROGRAM) $(srcdir)/linux_tools/samdump2 $(DESTDIR)$(bindir); \ > fi \ > 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 174356
:
116108
|
116109
|
116115
| 116117