fix make paths
This commit is contained in:
parent
e34b8a6541
commit
833655984a
3 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ from setuptools import setup
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
os.system('make -C %s/ui' % os.path.dirname(__file__))
|
os.system('make -C weboob/applications/qboobmsg/ui')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='weboob-qboobmsg',
|
name='weboob-qboobmsg',
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ from setuptools import setup
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
os.system('make -C %s/ui' % os.path.dirname(__file__))
|
os.system('make -C weboob/applications/qhavesex/ui')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='weboob-qhavesex',
|
name='weboob-qhavesex',
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ from setuptools import setup
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
os.system('make -C %s/ui' % os.path.dirname(__file__))
|
os.system('make -C weboob/applications/qvideoob/ui')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='weboob-qvideoob',
|
name='weboob-qvideoob',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue