mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-05-13 15:22:56 +00:00
4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf autom4te.cache configure config.*
|
|
autoreconf --install || exit 1
|