obiwahn-abandoned / git_e17-obsolete

script that builds enlightenment 17
8 stars 2 forks source link

Debian: dependency not found, if terminal is not wide enough #5

Open ghost opened 11 years ago

ghost commented 11 years ago

'dpkg -l' uses terminal width, and trims out the name of package , so script reports dependencies not found.

One possible workaround is to add 'COLUMNS=1024' before dpkg -l , so that dpkg thinks it has a wide terminal.

Thanx.