diff options
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" # |