]> git.mxchange.org Git - friendica.git/commitdiff
fixing the base path detection
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 20 May 2018 12:56:33 +0000 (14:56 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 20 May 2018 12:56:33 +0000 (14:56 +0200)
bin/dev/make_credits.py

index fb13322b1371e605abb20ec38ec3509a5172b558..edd34c7515d0094b81a3c900a870956493676d1a 100755 (executable)
@@ -29,7 +29,7 @@ dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m'
 #  this script is in the /util sub-directory of the friendica installation
 #  so the friendica path is the 0th argument of calling this script but we
 #  need to remove the name of the file and the name of the directory
-path = os.path.abspath(argv[0].split('util/make_credits.py')[0])
+path = os.path.abspath(argv[0].split('bin/dev/make_credits.py')[0])
 print('> base directory is assumed to be: '+path)
 #  a place to store contributors
 contributors = ["Andi Stadler", "Ratten", "Vít Šesták 'v6ak'"]