plasma-5.17.5
This commit is contained in:
@@ -13,7 +13,7 @@ def setup():
|
||||
shelltools.system("sed -i 's/cicero //g' configure.ac")
|
||||
shelltools.system("sed -i 's/sd_cicero//g' src/modules/Makefile.am")
|
||||
|
||||
autotools.autoreconf("-i")
|
||||
#autotools.autoreconf("-i")
|
||||
autotools.configure("--disable-static \
|
||||
--enable-shared \
|
||||
--without-flite \
|
||||
@@ -38,7 +38,7 @@ def install():
|
||||
pisitools.remove("/usr/share/info/ssip.info")
|
||||
|
||||
# Set executable bit
|
||||
shelltools.chmod("%s/usr/lib/python3.6/site-packages/speechd/_test.py" % get.installDIR(), 0755)
|
||||
shelltools.chmod("%s/usr/lib/python3.8/site-packages/speechd/_test.py" % get.installDIR(), 0755)
|
||||
|
||||
# Create log directory, it should be world unreadable
|
||||
pisitools.dodir("/var/log/speech-dispatcher")
|
||||
|
||||
Reference in New Issue
Block a user