Changes between Initial Version and Version 1 of Ticket #6225, comment 12


Ignore:
Timestamp:
Jun 17, 2021, 3:44:31 AM (3 years ago)
Author:
tuxayo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6225, comment 12

    initial v1  
    55Here is the build part of the packaging script that I use. I added `make config=debug` in two places. Does it makes sense?
    66
    7 ```
     7{{{
    88build() {
    99  cd "$srcdir/${_pkgname}/build/workspaces"
     
    2727  make -j9
    2828}
    29 
    30 ```
     29}}}