Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 116109 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 patch
ophcrack-2.3.4-linuxtools-install-path.patch (text/plain), 1.29 KB, created by
Ed Wiget
on 2007-04-13 00:11:49 UTC
(
hide
)
Description:
install patch
Filename:
MIME Type:
Creator:
Ed Wiget
Created:
2007-04-13 00:11:49 UTC
Size:
1.29 KB
patch
obsolete
>diff -uNr Makefile.am.orig Makefile.am >--- Makefile.am.orig 2005-03-31 15:09:50.000000000 +0100 >+++ Makefile.am 2005-11-07 17:24:46.000000000 +0000 >@@ -36,10 +36,10 @@ > 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); \ >+ $(INSTALL_PROGRAM) $(srcdir)/linux_tools/bkhive2 $(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 > >diff -uNr Makefile.in.orig Makefile.in >--- Makefile.in.orig 2005-03-31 15:10:16.000000000 +0100 >+++ Makefile.in 2005-11-07 17:25:09.000000000 +0000 >@@ -383,10 +383,10 @@ > 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); \ >+ $(INSTALL_PROGRAM) $(srcdir)/linux_tools/bkhive2 $(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