Tiny Core Base > TCB Bugs

ondemand bug

(1/2) > >>

jls:

--- Code: ---[ -e /usr/local/tce.installed/audacious-1 ] && exit 0

--- End code ---
this should be
[ -e /usr/local/tce.installed/audacious-1.5.1 ] && exit 0

roberts:
It would appear that you mis-typed the program name when prompted.

--- Quote ---$(which audaciuos) ] && audaciuos
--- End quote ---
should be audacious

jls:

--- Code: --- -e /usr/local/tce.installed/audacious-1 ] && exit 0
--- End code ---
this should be

--- Code: ---[ -e /usr/local/tce.installed/audacious-1.5.1 ] && exit 0
--- End code ---

jls:
line 13:

--- Code: ---APPNAME="${EXTN%%.*}"
--- End code ---
should be

--- Code: ---APPNAME=$(getbasefile "$EXTN" 1)
--- End code ---

roberts:
OIC. But I thought the rule for extensions is not to use full version numbers. Perhaps not?
I have that function in tc-functions to handle such.

Navigation

[0] Message Index

[#] Next page

Go to full version