ref: 795628872061e01a6708455aa10f8b938a3993a2
parent: d46a7940b90b29abe439587653cabb518c9050a4
author: qwx <[email protected]>
date: Mon Jan 11 18:29:26 EST 2021
mku: add sigrid's mp3dec and resample replacements this script is fucking garbage
--- a/mku
+++ b/mku
@@ -18,9 +18,11 @@
mk install && mk nuke || exit NOPE
unmount mkfile
}
- if(test -d $h/lib/extra/spew/aplay){
- cd $h/lib/extra/spew/aplay
- mk install && mk clean
+ for(i in spew/aplay ftrvxmtrx/imgtools ftrvxmtrx/mp3dec){
+ if(test -d $h/lib/extra/$i){
+ cd $h/lib/extra/$i
+ mk install && mk clean
+ }
}
}