generated from zj/archlinux-pkg
12 lines
236 B
Bash
Executable File
12 lines
236 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf pkg src tms-bbt-config.tar.gz tms-bbt-config*.pkg.tar.zst
|
|
|
|
tar -czvf tms-bbt-config.tar.gz tms-bbt-config
|
|
|
|
makepkg -s
|
|
|
|
#echo "use makepkg -s"
|
|
#mv tms-calamares-config*.pkg.tar.zst /home/smart/tms/custompkgs/x86_64/
|
|
|