summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-15 18:33:26 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-15 18:33:26 (EDT)
commitb321e00979720b3d50e99da60a7efc738bbdbb25 (patch)
treefdb13d92e9a10862e9b81211e05eccef4282dd2c /src
parente76b37973bf15ba1b3fdefbb74731430fda12d44 (diff)
prokit: Drop /PKGDATA.+DIR/ global variables
Diffstat (limited to 'src')
-rw-r--r--src/prokit.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/prokit.sh b/src/prokit.sh
index af7ab44..1eec0ef 100644
--- a/src/prokit.sh
+++ b/src/prokit.sh
@@ -28,8 +28,6 @@ LF='
PACKAGE_NAME='@PACKAGE_NAME@'
PACKAGE_VERSION='@PACKAGE_VERSION@'
PKGDATADIR='@pkgdatadir@'
-PKGDATACMDDIR='@pkgdatacmddir@'
-PKGDATAPROFILEDIR='@pkgdataprofiledir@'
OPTSTRING='hV'
# use() must be defined inline so it can be used to load other modules.