Good evening! Slightly changing the recipe, cook using build package firefox-official-ru-38.0.1, everything works, but there was a small problem - there is no shortcut on the menu, actually a question: where to put the file in a wok usr/share/applications/firefox-official-ru.desktop that he would not fray when rebuilding package?
thanks in advance))
Sorry for my English)))

cook new package (wok)
(9 posts) (3 voices)-
Posted 9 years ago #
-
mkdir -p /<PATH-TO-WOK>/wok/firefox-official-ru/stuff
cp firefox-official-ru.desktop /<PATH-TO-WOK>/wok/firefox-official-ru/stuff
Posted 9 years ago # -
Thank you!
I tried to create files "/home/slitaz/wok/firefox-official-ru/stuff/usr/share/applications/firefox-official-ru.desktop" and "/home/slitaz/wok/firefox-official-ru/stuff/fs/usr/share/applications/firefox-official-ru.desktop", in both cases, when I compiled, these files have been deleted ..
I will try again )))Posted 9 years ago # -
This is correct:
"/home/slitaz/wok/firefox-official-ru/stuff/firefox-official-ru.desktop"cook makes $fs/usr/share/applications and copy's $PACKAGE.desktop into it if $stuff/$PACKAGE.desktop exists.
http://hg.slitaz.org/cookutils/file/46ba9289aa46/cook#l462
if [ -f "$stuff/$PACKAGE.desktop" ]; then
mkdir -p $fs/usr/share/applications
cp -a $stuff/$PACKAGE.desktop $fs/usr/share/applications
fiPosted 9 years ago # -
Thank you so much !!! )))
Posted 9 years ago # -
Now all good !!!
Could you suggest how to download this package to the repository Slitaz ?Posted 9 years ago # -
Sorry ...
Do not "download", I had in mind "upload" to the repository ..There are wishing to tell me )))) ?
Posted 9 years ago # -
Friends ! Help me ! I so want to help the project ..
Posted 9 years ago # -
Hi Avukatum
Read Doc's
- http://doc.slitaz.org/ru:cookbook:wok
- http://doc.slitaz.org/en:cookbook:advancedhg
- http://doc.slitaz.org/fr:cookbook:devcornerWelcome ;)
Posted 9 years ago #
Reply
You must log in to post.