Skip to content

Instantly share code, notes, and snippets.

@job
Last active December 21, 2015 21:29
Show Gist options
  • Save job/6368404 to your computer and use it in GitHub Desktop.
Save job/6368404 to your computer and use it in GitHub Desktop.
small patch for bgpq3 0.1.19's Makefile.in, has been reported upstream
--- a/Makefile.in 2013-08-28 18:56:54.000000000 +0200
+++ b/Makefile.in 2013-08-28 18:56:25.000000000 +0200
@@ -29,6 +29,7 @@
rm -rf *.o *.core core.* core
install: bgpq3
+ if test ! -d @prefix@/bin; then mkdir -p @prefix@/bin; fi
${INSTALL} -c -s -m 755 bgpq3 @bindir@
if test ! -d @prefix@/man/man8 ; then mkdir -p @prefix@/man/man8 ; fi
${INSTALL} -m 644 bgpq3.8 @prefix@/man/man8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment