diff options
author | davidovski <david@davidovski.xyz> | 2022-04-20 16:57:25 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-20 16:57:25 +0100 |
commit | 452569e48456f1876fcb96b6e1f03a7118b91f6c (patch) | |
tree | 166660ff0a7eb7cff83e667b77f9317a0fbefa86 /src | |
parent | 6a9a7caa59370e03a9db3da89280e51febe75149 (diff) |
fixed make issuesv1.2.3
Diffstat (limited to 'src')
-rw-r--r-- | src/generate_colors.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/generate_colors.sh b/src/generate_colors.sh index 3acbb50..6e01d58 100644 --- a/src/generate_colors.sh +++ b/src/generate_colors.sh @@ -1,9 +1,8 @@ #!/bin/bash +DIST=$1 -PREFIX=$1 - -headerfile=${PREFIX}"/include/colors.h" -shlib=${PREFIX}"/lib/colors.sh" +headerfile=${DIST}/colors.h +shlib=${DIST}/colors.sh cat > $shlib << "EOF" # |