You are not logged in.
Pages: 1
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)))
Offline
[c]mkdir -p /<PATH-TO-WOK>/wok/firefox-official-ru/stuff[/c]
[c]cp firefox-official-ru.desktop /<PATH-TO-WOK>/wok/firefox-official-ru/stuff[/c]
Offline
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 )))
Offline
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
fi
Offline
Thank you so much !!! )))
Offline
Now all good !!!
Could you suggest how to download this package to the repository Slitaz ?
Offline
Sorry ...
Do not "download", I had in mind "upload" to the repository ..
There are wishing to tell me )))) ?
Offline
Friends ! Help me ! I so want to help the project ..
Offline
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:devcorner
Welcome 
Offline
Pages: 1
[ Generated in 0.017 seconds, 8 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]