Last active
December 21, 2015 21:29
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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