public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/ophcrack/files: ophcrack-3.0.1-makefile.patch
@ 2008-07-22 19:38 Mike Auty (ikelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Auty (ikelos) @ 2008-07-22 19:38 UTC (permalink / raw
  To: gentoo-commits

ikelos      08/07/22 19:38:48

  Added:                ophcrack-3.0.1-makefile.patch
  Log:
  Add missing patch fixing bug 232681, thanks to brent for spotting it.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-gentoo i686)

Revision  Changes    Path
1.1                  app-crypt/ophcrack/files/ophcrack-3.0.1-makefile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/ophcrack/files/ophcrack-3.0.1-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/ophcrack/files/ophcrack-3.0.1-makefile.patch?rev=1.1&content-type=text/plain

Index: ophcrack-3.0.1-makefile.patch
===================================================================
diff --git a/src/Makefile.in b/src/Makefile.in
index fcfcdbb..e5bffc4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -53,10 +53,10 @@ ophcrack: main.o libophcrack.a samdump2/libsamdump2.a
 # Install target
 install: all
 	@echo "Creating directories..."
-	$(INSTALL) -d $(bindir)
-#	$(INSTALL) -d $(mandir)
+	$(INSTALL) -d $(DESTDIR)$(bindir)
+#	$(INSTALL) -d $(DESTDIR)$(mandir)
 	@echo "Copying binary..."
-	$(INSTALL) ophcrack $(bindir)
+	$(INSTALL) ophcrack $(DESTDIR)$(bindir)
 #	@echo "Installing man page..."
 #	$(INSTALL) ophcrack.1 $(DESTDIR)$(MANDIR)
 	@echo ""






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-crypt/ophcrack/files: ophcrack-3.0.1-makefile.patch
@ 2009-09-30 11:30 Mike Auty (ikelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Auty (ikelos) @ 2009-09-30 11:30 UTC (permalink / raw
  To: gentoo-commits

ikelos      09/09/30 11:30:18

  Removed:              ophcrack-3.0.1-makefile.patch
  Log:
  Version bump (bug 287014).
  (Portage version: 2.2_rc42/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-30 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-22 19:38 [gentoo-commits] gentoo-x86 commit in app-crypt/ophcrack/files: ophcrack-3.0.1-makefile.patch Mike Auty (ikelos)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-30 11:30 Mike Auty (ikelos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox