Skip to content

Commit 5ac9156

Browse files
authored
Merge pull request #10 from sdelafond/master
Use --help instead deprecated --usage to asset presence of pkg-config…
2 parents 086cb00 + f145242 commit 5ac9156

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FUSE-Python_ bindings FAQ
33
=========================
44

5-
.. _FUSE-Python: http://fuse.sourceforge.net/wiki/index.php/FusePython
5+
.. _FUSE-Python: https://github.com/libfuse/python-fuse
66

77
:Author: Csaba Henk
88

README.new_fusepy_api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FUSE-Python_ bindings new API
33
=============================
44

5-
.. _FUSE-Python: http://fuse.sourceforge.net/wiki/index.php/FusePython
5+
.. _FUSE-Python: https://github.com/libfuse/python-fuse
66

77
:Author: Csaba Henk
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_command(self, command):
6666
pkgcfg.close()
6767

6868
else:
69-
if os.system('pkg-config --usage 2> /dev/null') == 0:
69+
if os.system('pkg-config --help 2> /dev/null') == 0:
7070
print("""pkg-config could not find fuse:
7171
you might need to adjust PKG_CONFIG_PATH or your
7272
FUSE installation is very old (older than 2.1-pre1)""")

0 commit comments

Comments
 (0)