fix makepkg

This commit is contained in:
Andrey Zimin 2024-03-23 10:16:27 +03:00
parent 77305bdfab
commit f1ffea29ad

View File

@ -1,6 +1,18 @@
#!/bin/bash
source "$HOME/bin/scripts/system/style"
RESET_COLOR="\033[0m"
BOLD="\033[1m"
ITALIC="\033[3m"
BLACK="\033[30m"
RED="\033[31m"
GREEN="\033[32m"
YELLOW="\033[33m"
BLUE="\033[34m"
MAGENTA="\033[35m"
CYAN="\033[36m"
WHITE="\033[37m"
PURPLE="\033[35m"
BUILDING_DIR="build"