diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 12:22:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 12:22:59 (EDT) |
commit | 2282af0de7d5f86903ca063b50d2fe591b2d6e02 (patch) | |
tree | 32bce86566ab0c8807ddca01fc7a693f26a741a0 | |
parent | 57ad7931c17df646650979321928e206a9a69c8c (diff) |
src/pro-archman.sh: Drop PACKAGE_NAME and PACKAGE_VERSION variables
-rw-r--r-- | src/pro-archman.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pro-archman.sh b/src/pro-archman.sh index 0cd34e9..2a534b4 100644 --- a/src/pro-archman.sh +++ b/src/pro-archman.sh @@ -22,8 +22,6 @@ set -u # Constant global variables -PACKAGE_NAME='@@PACKAGE_NAME@@' -PACKAGE_VERSION='@@PACKAGE_VERSION@@' PKGLIBDIR='@@PKGLIBDIR@@' PKGLIBCMDDIR='@@PKGLIBCMDDIR@@' PKGLIBCMD='@@PKGLIBCMD@@' |