14
15
16
17
18
19
20
21
22
23
|
rpm:
exe:
#mv usr/share/streamtuner2/help/help.chm usr/share/doc/streamtuner2/help.chm
#mv usr/share/streamtuner2/dev/streamtuner2.ico usr/share/pixmaps/streamtuner2.ico
sed -i '10 s/"\/usr\/share\/streamtuner2"/os.path.realpath(os.path.dirname(__file__)+"\/..\/share\/streamtuner2")/' usr/bin/streamtuner2
src:
tar:
arch:
sed -i '1 s/python/python2/' usr/bin/streamtuner2
|
>
|
14
15
16
17
18
19
20
21
22
23
24
|
rpm:
exe:
#mv usr/share/streamtuner2/help/help.chm usr/share/doc/streamtuner2/help.chm
#mv usr/share/streamtuner2/dev/streamtuner2.ico usr/share/pixmaps/streamtuner2.ico
sed -i '10 s/"\/usr\/share\/streamtuner2"/os.path.realpath(os.path.dirname(__file__)+"\/..\/share\/streamtuner2")/' usr/bin/streamtuner2
src:
tar:
osxpkg:
arch:
sed -i '1 s/python/python2/' usr/bin/streamtuner2
|