Skip to content

Instantly share code, notes, and snippets.

@MaZderMind
Created April 23, 2012 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaZderMind/2472097 to your computer and use it in GitHub Desktop.
Save MaZderMind/2472097 to your computer and use it in GitHub Desktop.
osmium diff for homebrew
diff --git a/Makefile b/Makefile
index 36e756f..81ae651 100644
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,10 @@ clean:
rm -fr doc/html
install: doc
- install -m 755 -g root -o root -d $(DESTDIR)/usr/include
- install -m 755 -g root -o root -d $(DESTDIR)/usr/share/doc/libosmium-dev
- install -m 644 -g root -o root README $(DESTDIR)/usr/share/doc/libosmium-dev/README
- install -m 644 -g root -o root include/osmium.hpp $(DESTDIR)/usr/include
+ install -m 755 -d $(DESTDIR)/usr/include
+ install -m 755 -d $(DESTDIR)/usr/share/doc/libosmium-dev
+ install -m 644 README $(DESTDIR)/usr/share/doc/libosmium-dev/README
+ install -m 644 include/osmium.hpp $(DESTDIR)/usr/include
cp --recursive include/osmium $(DESTDIR)/usr/include
cp --recursive doc/html $(DESTDIR)/usr/share/doc/libosmium-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment