[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-bin] 02/03: it is readlink, not readline ;-)



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texlive-bin.

commit 0648191369b7c22ad5a8e8da10628519befa688a
Author: Norbert Preining <preining@debian.org>
Date:   Sat Oct 1 16:44:59 2016 +0900

    it is readlink, not readline ;-)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b6f7025..f51fa05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -227,7 +227,7 @@ override_dh_install:
 	   debian/texlive-binaries/usr/share/man/man1/bibtex.original.1
 	# find dangling symlinks in /usr/bin and error out if found
 	err=0 ; for i in `find debian/texlive-binaries/usr/bin -type l` ; do \
-	  f=`readline $$i` ; \
+	  f=`readlink $$i` ; \
 	  if [ ! -r "$$f" ] ; then \
 	    echo "ERROR: dangling symbolic link $$f" ; \
 	    err=1 ; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-bin.git


Reply to: