SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
Index: draw_lib_dependencies
|
||||
--- draw_lib_dependencies.orig
|
||||
+++ draw_lib_dependencies
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!${LOCALBASE}/bin/bash
|
||||
|
||||
# Copyright 2013 Dominik Seichter <domseichter@googlemail.com>
|
||||
#
|
||||
@@ -95,7 +95,7 @@ analyze()
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- DEPPATH=$(grep -- "$DEP" "$LDDTMPFILE" | awk '{print $3}')
|
||||
+ DEPPATH=$(grep -- "$DEP" "$LDDTMPFILE" | awk '{print $7}')
|
||||
if [ -n "$DEPPATH" ];
|
||||
then
|
||||
echo " \"$NAME\" -> \"$DEP\";" >> $OUT
|
Loading…
Add table
Add a link
Reference in a new issue