public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/binwalk/files: binwalk-0.5.0-destdir.patch
@ 2013-01-02 22:13 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-01-02 22:13 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/01/02 22:13:05

  Added:                binwalk-0.5.0-destdir.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.1                  app-misc/binwalk/files/binwalk-0.5.0-destdir.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/files/binwalk-0.5.0-destdir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/files/binwalk-0.5.0-destdir.patch?rev=1.1&content-type=text/plain

Index: binwalk-0.5.0-destdir.patch
===================================================================
--- binwalk-0.5.0/src/Makefile.in
+++ binwalk-0.5.0/src/Makefile.in
@@ -47,15 +47,15 @@
 	cat $(MAGICFILES) > $(MAGIC).binwalk
 
 install:
-	mkdir -p $(ETC)
-	mkdir -p $(BIN)
-	cp $(MAGIC).bin* $(ETC)
-	cp $(EXTRACT_FILE) $(ETC)
-	cp binwalk $(BIN)/binwalk
+	mkdir -p $(DESTDIR)$(ETC)
+	mkdir -p $(DESTDIR)$(BIN)
+	cp $(MAGIC).bin* $(DESTDIR)$(ETC)
+	cp $(EXTRACT_FILE) $(DESTDIR)$(ETC)
+	cp binwalk $(DESTDIR)$(BIN)/binwalk
 
 uninstall:
-	rm -rf $(ETC)
-	rm -f $(BIN)/binwalk
+	rm -rf $(DESTDIR)$(ETC)
+	rm -f $(DESTDIR)$(BIN)/binwalk
 
 clean:
 	rm -f binwalk *.o





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

* [gentoo-commits] gentoo-x86 commit in app-misc/binwalk/files: binwalk-0.5.0-destdir.patch
@ 2013-03-23  8:30 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-03-23  8:30 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/03/23 08:30:29

  Removed:              binwalk-0.5.0-destdir.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)


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

end of thread, other threads:[~2013-03-23  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 22:13 [gentoo-commits] gentoo-x86 commit in app-misc/binwalk/files: binwalk-0.5.0-destdir.patch Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-23  8:30 Tim Harder (radhermit)

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