mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix the snavigator script in the case that a symbolic link was
in a different place. Submitted by: Andreas Kohn <andreas@syndrom23.de> PR: ports/93975 Approved by: sem (mentor)
This commit is contained in:
parent
fbf1d6727b
commit
ed4133f1de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162855
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sourcenav
|
||||
PORTVERSION= 5.1.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -0,0 +1,12 @@
|
||||
--- snavigator/snavigator/unix/snavigator.in.orig Mon Feb 27 20:22:56 2006
|
||||
+++ snavigator/snavigator/unix/snavigator.in Mon Feb 27 20:23:35 2006
|
||||
@@ -1,7 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# the directory where this script lives
|
||||
-snbindir=`dirname $0`
|
||||
+me=`realpath $0`
|
||||
+snbindir=`dirname $me`
|
||||
|
||||
# navigato is either in ../share/etc/navigato or ../../share/etc/navigato
|
||||
|
Loading…
Reference in New Issue
Block a user